[Rt-devel] [PATCH 3.7-RTIR-RELENG 2/3] xhtml: cannot have </input>
closing tag
Jason Long
jlong at messiah.edu
Fri Nov 2 15:47:41 EDT 2007
Remove a useless (and illegal) </input> closing tag.
---
html/Search/Elements/SelectAndOr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
(Patch is attached)
-------------- next part --------------
diff --git a/html/Search/Elements/SelectAndOr b/html/Search/Elements/SelectAndOr
index c812266..b0188f9 100644
--- a/html/Search/Elements/SelectAndOr
+++ b/html/Search/Elements/SelectAndOr
@@ -45,8 +45,8 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<input type="radio" class="radio" name="<%$Name%>" checked value="AND" /><&|/l&>AND</&></input>
-<input type="radio" class="radio" name="<%$Name%>" value="OR" /><&|/l&>OR</&></input>
+<input type="radio" class="radio" name="<%$Name%>" checked value="AND" /><&|/l&>AND</&>
+<input type="radio" class="radio" name="<%$Name%>" value="OR" /><&|/l&>OR</&>
<%ARGS>
$Name => "Operator"
More information about the Rt-devel
mailing list