[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/parameters ... [dev_week]

Ryan Higgins rch at liblime.com
Sat Dec 9 18:36:58 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	06/12/09 17:36:58

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/parameters: 
	                                           systempreferences.tmpl 

Log message:
	escape html in syspref values.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/systempreferences.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.5.2.3&r2=1.3.2.5.2.4

Patches:
Index: systempreferences.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/Attic/systempreferences.tmpl,v
retrieving revision 1.3.2.5.2.3
retrieving revision 1.3.2.5.2.4
diff -u -b -r1.3.2.5.2.3 -r1.3.2.5.2.4
--- systempreferences.tmpl	6 Oct 2006 14:45:25 -0000	1.3.2.5.2.3
+++ systempreferences.tmpl	9 Dec 2006 17:36:58 -0000	1.3.2.5.2.4
@@ -242,7 +242,7 @@
 	<!-- TMPL_LOOP NAME="loop" -->
 	<tr<!-- TMPL_IF NAME="toggle" --> class="highlight"<!-- /TMPL_IF -->>
 		<td><a href="<!-- TMPL_VAR NAME="edit" -->"><!-- TMPL_VAR NAME="variable" --></a></td>
-		<td><strong><!-- TMPL_VAR NAME="value" --></strong><br><!-- TMPL_VAR NAME="explanation" --></td>
+		<td><strong><!-- TMPL_VAR NAME="value" escape=HTML --></strong><br><!-- TMPL_VAR NAME="explanation" --></td>
 		<td><a href="<!-- TMPL_VAR NAME="edit" -->">Edit</a></td>
 		<td><a href="<!-- TMPL_VAR NAME="delete" -->">Delete</a></td>
 	</tr>





More information about the Koha-cvs mailing list