|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-02 12:14 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 17:00:01 2025 UTC |
Description: ------------ on version 5.0.5 running is ok on version 5.1.1 Smarty generate error : [in channels_m_form_user.tpl line 8]: syntax error: unrecognized tag 'literal' (Smarty_Compiler.class.php, line 580)Smarty error: [in channels_m_form_user.tpl line 8]: syntax error: unrecognized tag 'literal' (Smarty_Compiler.class.php, line 580) type: User Error, code 256 Reproduce code: --------------- HTML code: {literal} <script language="javascript"> <!-- {/literal} linkChangeLang='{$p_add_changelang}'; strCurentTag=''; {literal} function attachImage() { strCurentTag='logoTag'; document.formImage.submit(); } // --> </script> {/literal}