[Rt-commit] r6920 - in rt/branches/3.6-RELEASE: .

kevinr at bestpractical.com kevinr at bestpractical.com
Sun Feb 4 19:09:35 EST 2007


Author: kevinr
Date: Sun Feb  4 19:09:35 2007
New Revision: 6920

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Search/Simple.html

Log:
 r18330 at sad-girl-in-snow:  kevinr | 2007-02-04 19:08:22 -0500
 RT-Ticket: 8169
 RT-Status: open
 RT-Update: comment
 
 Added a missing </div> to the Simple Search page.  Thanks to Arran Cudbard-Bell
 for the catch.
 


Modified: rt/branches/3.6-RELEASE/html/Search/Simple.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Simple.html	(original)
+++ rt/branches/3.6-RELEASE/html/Search/Simple.html	Sun Feb  4 19:09:35 2007
@@ -62,6 +62,7 @@
 <div align="center">
 <input name="q" size="60" /><input type="submit" class="button" value="<&|/l&>Search</&>" />
 </div>
+</div>
 
 <%INIT>
 my $title = loc("Search for tickets");


More information about the Rt-commit mailing list