Przeglądaj źródła

Forgot to wrap output in PHP tags

pdontthink 18 lat temu
rodzic
commit
25aec6366a

+ 1 - 1
templates/default/plugins/fortune/mailbox_index_before.tpl

@@ -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>