Another small fix.

Although semicolon isn't required here at all, I left one to avoid confusion.
Please, correct me if I'm wrong.
This commit is contained in:
freespace
2004-11-25 22:25:51 +00:00
parent ec0dabfc77
commit 7fc981a638

View File

@@ -22,7 +22,7 @@
// put this in your application // put this in your application
function add_header_comment($tpl_source, &$smarty) function add_header_comment($tpl_source, &$smarty)
{ {
return "<?php echo \"<!-- Created by Smarty! -->;\n\" ?>;\n".$tpl_source; return "<?php echo \"<!-- Created by Smarty! -->\n\"; ?>\n".$tpl_source;
} }
// register the postfilter // register the postfilter