[Rt-commit] r9619 - rt/branches/3.6-RELEASE/html/Search/Elements

ruz at bestpractical.com ruz at bestpractical.com
Thu Nov 8 18:05:04 EST 2007


Author: ruz
Date: Thu Nov  8 18:05:04 2007
New Revision: 9619

Modified:
   rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches

Log:
* The <nobr> opening tag came before the IF statement,
  and the </nobr> closing tag was inside the IF statement.
  Thanks to Jason Long.

Modified: rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches	(original)
+++ rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches	Thu Nov  8 18:05:04 2007
@@ -57,8 +57,8 @@
 % }
 <&|/l&>Description</&>:<br>
 <font size="-1"><input size="25" name="Description" value="<%$CurrentSearch->{'Description'} || ''%>" /></font>
-<nobr>
 % if ($SearchId ne 'new') {
+<nobr>
 % if ($Dirty) {
 <input type="submit" class="button" name="Revert" value="<%loc('Revert')%>" />
 % }


More information about the Rt-commit mailing list