Index: theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.415.2.22
diff -u -p -r1.415.2.22 theme.inc
--- theme.inc	13 May 2009 19:11:04 -0000	1.415.2.22
+++ theme.inc	14 Jun 2009 14:40:58 -0000
@@ -1742,8 +1742,8 @@ function template_preprocess(&$variables
 /**
  * Process variables for page.tpl.php
  *
- * Most themes utilize their own copy of page.tpl.php. The default is located
- * inside "modules/system/page.tpl.php". Look in there for the full list of
+ * Most themes utilize their own copy of @em page.tpl.php. The default is located
+ * inside modules/system/page.tpl.php . Look in there for the full list of
  * variables.
  *
  * Uses the arg() function to generate a series of page template suggestions
@@ -1895,8 +1895,8 @@ function template_preprocess_page(&$vari
 /**
  * Process variables for node.tpl.php
  *
- * Most themes utilize their own copy of node.tpl.php. The default is located
- * inside "modules/node/node.tpl.php". Look in there for the full list of
+ * Most themes utilize their own copy of @em node.tpl.php. The default is located
+ * inside modules/node/node.tpl.php . Look in there for the full list of
  * variables.
  *
  * The $variables array contains the following arguments:
@@ -1956,8 +1956,8 @@ function template_preprocess_node(&$vari
  * series of template file suggestions. If none are found, the default
  * block.tpl.php is used.
  *
- * Most themes utilize their own copy of block.tpl.php. The default is located
- * inside "modules/system/block.tpl.php". Look in there for the full list of
+ * Most themes utilize their own copy of @em block.tpl.php. The default is located
+ * inside modules/system/block.tpl.php . Look in there for the full list of
  * variables.
  *
  * The $variables array contains the following arguments:
