diff na pola info i note
aby znaczniki html nie namieszaly. nie dalem przy polu warning, bo tam mozne ktos chce uzyc specjalnie
--- /home/services/httpd/html/lms-cvs/templates/customerinfobox.html 2011-11-24 18:15:38.000000000 +0100 +++ /home/services/httpd/html/lms/templates/customerinfobox.html 2011-12-11 00:09:56.495109000 +0100 @@ -275,7 +275,7 @@ <TABLE WIDTH="100%" CELLPADDING="5"> <TR> <TD CLASS="fall superlight"> - {$customerinfo.info|replace:"\n":"<BR>"} + {$customerinfo.info|escape:'html'|replace:"\n":"<BR>"} </TD> </TR> </TABLE> @@ -307,7 +307,7 @@ <TABLE WIDTH="100%" CELLPADDING="5"> <TR> <TD CLASS="fall superlight"> - {$customerinfo.notes|replace:"\n":"<BR>"} + {$customerinfo.notes|escape:'html'|replace:"\n":"<BR>"} </TD> </TR> </TABLE>
--- nodeinfobox.org.html 2011-12-06 20:28:08.000000000 +0100 +++ nodeinfobox.html 2011-12-11 00:17:30.491482000 +0100 @@ -159,7 +159,7 @@ <TABLE width="100%" cellpadding="5"> <TR> <TD class="fall superlight"> - {$nodeinfo.info|replace:"\n":"<BR>"} + {$nodeinfo.info|escape:'html'|replace:"\n":"<BR>"} </TD> </TR> </TABLE>
pozdrawiam Grzegorz Cichowski
uczestnicy (1)
-
GC