Forgot to wrap output in PHP tags
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 31 Dec 2006 06:31:32 +0000 (06:31 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 31 Dec 2006 06:31:32 +0000 (06:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12037 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/plugins/fortune/mailbox_index_before.tpl

index dc76ffdda3ebc35046de217fe9fa9273f0589e06..774379055561561aa2ccd725e14e4bcb5c7bd824 100644 (file)
@@ -35,7 +35,7 @@ extract($t);
                 <td>
                   <div style="text-align: center;"><em><?php echo _("Today's Fortune"); ?></em></div>
                   <pre>
-$fortune</pre>
+<?php echo $fortune; ?></pre>
                 </td>
               </tr>
             </table>