2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.15,1.16

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

Modified Files:
	xhtml10.vm 
Log Message:
fixed unset rating were considered = 0

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- xhtml10.vm	18 Sep 2009 15:23:13 -0000	1.15
+++ xhtml10.vm	18 Sep 2009 15:44:12 -0000	1.16
@@ -50,7 +50,7 @@
 		#else
 		$test_fail_1
 		#end
-		<span class="name">$unicorncall.getObserverName($observationName, $lang) #if ($observation.getRating()) ($observation.getRating()/100) #end</span>
+		<span class="name">$unicorncall.getObserverName($observationName, $lang) #if ($observation.Rating) ($observation.Rating/100) #end</span>
 		#if ($observation.getRequestUri())<a class="direct_link" href="$observation.getRequestUri()" title="revalidate this document on the validator website">[direct link]</a>
 		#else <a class="direct_link" href="$observation.getCallingURI()" title="link to this validator website">[direct link]</a>#end
 	</h2>

Received on Friday, 18 September 2009 15:44:23 UTC