- From: Julien Grand-Mourcel via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Sep 2007 14:31:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/index
In directory hutz:/tmp/cvs-serv29758/org/w3c/css/index
Modified Files:
validator.vm
Log Message:
this new version of index pages won't propose links to css1 and css2 and will set 'No Special Profile' as the default profile
Index: validator.vm
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/index/validator.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- validator.vm 13 Sep 2007 10:30:56 -0000 1.1
+++ validator.vm 17 Sep 2007 14:31:36 -0000 1.2
@@ -12,10 +12,8 @@
<label for="profile_direct">$profile :</label>
<select id="profile_direct" name="profile">
- <option value="none">$no_special_profile</option>
- <option value="css1">$css1</option>
- <option value="css2">$css2</option>
- <option selected="selected" value="css21">$css21</option>
+ <option selected="selected" value="none">$no_special_profile</option>
+ <option value="css21">$css21</option>
<option value="css3">$css3</option>
<option value="svg">$SVG</option>
<option value="svgbasic">$SVG_basic</option>
Received on Monday, 17 September 2007 14:31:41 UTC