Index: reptag_process.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/reptag/reptag_process.inc,v
retrieving revision 1.23.2.11
diff -u -r1.23.2.11 reptag_process.inc
--- reptag_process.inc	25 Jul 2007 16:14:31 -0000	1.23.2.11
+++ reptag_process.inc	25 Sep 2007 16:49:54 -0000
@@ -136,6 +136,7 @@
     // process table tags
     if ($proc != REPTAG_PROCDYNAMIC) {
       $text = preg_replace(array_keys($reptag_table), array_values($reptag_table), $text);
+      $text = preg_replace(array_keys($reptag_table), array_values($reptag_table), $text);
     }
     
     // process module tags
