2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.10,1.11

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

Modified Files:
	xhtml10.vm 
Log Message:
changed getCheckedBy -> getCallingUri

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xhtml10.vm	14 Sep 2009 07:11:07 -0000	1.10
+++ xhtml10.vm	14 Sep 2009 11:50:03 -0000	1.11
@@ -40,7 +40,7 @@
 		#end
 		<span class="name">$unicorncall.getObserverName($observationName, $lang)</span>
 		#if ($observation.getRequestUri())<a class="direct_link" href="$observation.getRequestUri()" title="revalidate this document on this validator website">[direct link]</a>
-		#else <a class="direct_link" href="$observation.getCheckedby()" title="link to this validator website">[direct link]</a>#end
+		#else <a class="direct_link" href="$observation.getCallingURI()" title="link to this validator website">[direct link]</a>#end
 	</h2>
 	
 	<div class="results block">

Received on Monday, 14 September 2009 11:50:15 UTC