- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Jul 2009 10:47:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/resources/templates
In directory hutz:/tmp/cvs-serv25995/resources/templates
Modified Files:
index.vm
Log Message:
fixed small error
Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.vm 24 Jul 2009 14:13:16 -0000 1.2
+++ index.vm 27 Jul 2009 10:47:36 -0000 1.3
@@ -69,7 +69,7 @@
$uri:
<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
</label>
- <input type="hidden" name="ucn_lang" value="$langCode" />
+ <input type="hidden" name="ucn_lang" value="${lang}" />
</p>
<fieldset id="opt_uri" class="options">
Received on Monday, 27 July 2009 10:47:48 UTC