Index: reptag.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/reptag/reptag.module,v
retrieving revision 1.35.2.8
diff -u -p -r1.35.2.8 reptag.module
--- reptag.module	7 Mar 2007 00:15:11 -0000	1.35.2.8
+++ reptag.module	13 Mar 2007 18:29:40 -0000
@@ -391,7 +391,7 @@ function _reptag_online_help() {
   ksort($reptag_table);
   $rows = array();
   foreach ($reptag_table as $tag => $repl) {
-    $rows[] = array(check_plain($tag), '&nbsp;', htmlentities($repl));
+    $rows[] = array(check_plain($tag), '&nbsp;', htmlentities($repl, ENT_COMPAT, 'UTF-8'));
   }
   if (!empty($rows)) {
     $form['variables'] = array(

