Index: themes/Default/program_detail.php
===================================================================
--- themes/Default/program_detail.php	(revision 7457)
+++ themes/Default/program_detail.php	(working copy)
@@ -41,10 +41,7 @@
 <?php } ?>
             <div id="program_title">
                 <h1>
-                    <a href="search.php?searchstr=<?php echo urlencode($program->title)?>&search_title=yes">"<?php echo $schedule->title?>"</a>
-<?php       if (strlen($program->starstring) > 0)
-                echo "                    $program->starstring\n";
-?>
+                    <a href="search.php?searchstr=<?php echo urlencode($program->title)?>&search_title=yes"><?php echo $schedule->title?></a>
                 </h1>
                 <div id="program_time">
 <?php
@@ -161,6 +158,11 @@
 ?>
                 <dt><?php echo t('Written by') ?>:&nbsp;</dt>
                 <dd><?php echo $program->get_credits('writer') ?></dd>
+<?php           }
+		if (strlen($program->starstring) > 0) {
+?>
+		   <dt><?php echo t('Guide rating') ?>:&nbsp;</dt>
+		   <dd><?php echo $program->starstring ?></dd>
 <?php           } ?>
             </dl>
         </div>
Index: languages/English.php
===================================================================
--- languages/English.php	(revision 7457)
+++ languages/English.php	(working copy)
@@ -197,6 +198,7 @@
     'Time Stretch Default'                => '',
     'What else is on at this time?'       => '',
     'Written by'                          => '',
+    'Guide rating'                        => '',
 // themes/.../program_listing.php
     'Currently Browsing:  $1' => '',
     'Jump To'                 => '',
