--- token_custom.module	2008-10-24 07:50:57.000000000 -0700
+++ token_custom.module	2008-10-27 23:08:03.000000000 -0700
@@ -247,7 +247,7 @@
   $form['token_custom_php'] = array(
     '#type' => 'textarea',
     '#title' => t('PHP replacement'),
-    '#description' => t('Enter the php code that will be evaluated. You do not need to use enclose the code between <?php ?>. You have $user, $comment, $node and $taxonomy available depending on the type. Global has no particular object to use. The code should return a string.'),
+    '#description' => t('Enter the php code that will be evaluated. You do not need to use enclose the code between &#60;?php ?&#62;. You have $user, $comment, $node and $taxonomy available depending on the type. Global has no particular object to use. The code should return a string.'),
     '#required' => TRUE,
     '#default_value' => $tkid ? $token->php : null,
   );
