2006/unicorn/WebContent/WEB-INF/resources/templates/includes head.vm,1.1.2.3,1.1.2.4

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes
In directory hutz:/tmp/cvs-serv10730/WebContent/WEB-INF/resources/templates/includes

Modified Files:
      Tag: dev2
	head.vm 
Log Message:
does not escape the page title twice
any reference prefixed with $noEscape_ won't be escape by XHTMLize()

Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/Attic/head.vm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- head.vm	24 Aug 2009 09:17:47 -0000	1.1.2.3
+++ head.vm	28 Aug 2009 10:04:58 -0000	1.1.2.4
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang">
 <head>
-	<title>$title</title>
+	<title>$noEscape_title</title>
 	<link rev="start" href="./" title="Home Page" />
 #foreach( $sheet in $css )
 	<link href="./style/$sheet" type="text/css" media="screen" rel="stylesheet" />

Received on Friday, 28 August 2009 10:05:13 UTC