- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 26 Jan 2005 03:16:30 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv22299
Modified Files:
feedback.tmpl
Log Message:
pointing to proper search target for bug search box
Index: feedback.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/feedback.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- feedback.tmpl 26 Jan 2005 03:00:09 -0000 1.15
+++ feedback.tmpl 26 Jan 2005 03:16:28 -0000 1.16
@@ -145,7 +145,7 @@
<li><a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=Validator">New Markup Validator issue</a></li>
</ul>
- <form method="get" action="http://www.w3.org/Bugs/Public">
+ <form method="get" action="http://www.w3.org/Bugs/Public/show_bug.cgi">
<p>You may also search the bug database directly:<br />
<input name="bug_status" type="hidden" value="__all__" />
<input name="product" type="hidden" value="Validator" />
Received on Wednesday, 26 January 2005 03:16:30 UTC