Selaa lähdekoodia

Forgot to wrap output in PHP tags

pdontthink 18 vuotta sitten
vanhempi
commit
25aec6366a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      templates/default/plugins/fortune/mailbox_index_before.tpl

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