From 0203e70f17efca4e98d29807bcb22bda5466400b Mon Sep 17 00:00:00 2001 From: Lee <ler762@users.sourceforge.net> Date: Thu, 1 Jan 2009 17:36:41 +0000 Subject: [PATCH] remove non-standard <nobr> tags --- templates/show-url-info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/show-url-info b/templates/show-url-info index 522f9889..8b52ed4d 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -27,6 +27,9 @@ # # Revisions : # $Log: show-url-info,v $ +# Revision 1.28 2009/01/01 14:51:21 ler762 +# keep the input field and 'go' button on the same line. +# # Revision 1.27 2008/05/26 17:30:58 fabiankeil # Provide an OpenSearch Description to access the # show-url-info page through "search engine plugins". @@ -296,10 +299,8 @@ URL:</h2> <form method="GET" action="@default-cgi@show-url-info"> <p> - <nobr> <input type="text" name="url" size="80" value="@url@" class="url"> <input type="submit" value="Go"> - </nobr> </p> </form> </td> -- 2.49.0