Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 113... Zeile 113...
113
                    "\n" => '\\n',
113
                    "\n" => '\\n',
114
                    '</' => '<\/',
114
                    '</' => '<\/',
115
                    // see https://html.spec.whatwg.org/multipage/scripting.html#restrictions-for-contents-of-script-elements
115
                    // see https://html.spec.whatwg.org/multipage/scripting.html#restrictions-for-contents-of-script-elements
116
                    '<!--' => '<\!--',
116
                    '<!--' => '<\!--',
117
                    '<s'   => '<\s',
117
                    '<s'   => '<\s',
118
                    '<S'   => '<\S'
118
                    '<S'   => '<\S',
-
 
119
	                "`" => "\\\\`",
-
 
120
	                "\${" => "\\\\\\$\\{"
119
                )
121
                )
120
            );
122
            );
121
        case 'mail':
123
        case 'mail':
122
            if (Smarty::$_MBSTRING) {
124
            if (Smarty::$_MBSTRING) {
123
                if (!$is_loaded_2) {
125
                if (!$is_loaded_2) {