chiark / gitweb /
Put webcopyright in autohandler
[ypp-sc-tools.db-test.git] / yarrg / web / lookup
index 5a441b31b652e874e4d5c04f1dd9f7cc31dbf369..931594a2b71ce718d615bbfecf46e09c00c9d5d2 100755 (executable)
@@ -85,7 +85,6 @@ foreach my $var (@vars) {
 
 </%perl>
 <html><head><title><% ucfirst $ahtml{Query} %> - YARRG</title></head><body>
-<& webcopyright &>
 
 <a href="<% $m->current_comp()->name() |u %>">YARRG</a> -
  Yet Another Revenue Research Gatherer
@@ -167,7 +166,7 @@ $routestring => ''
 % if (!$a{Dropdowns}) {
 
 Enter route (islands, or archipelagoes, separated by |s or commas;
- abbreviations are OK):<br/>
+ abbreviations are OK):<br>
 
 <&| script &>
 tr_uri= "routetextstring?format=json&type=text/xml"
@@ -214,7 +213,7 @@ window.onload= tr_Needed;
  value="<% $routestring |h %>"
  onchange="tr_Needed();"
  onkeyup="tr_Later();"><br>
-<div id="routeresults">&nbsp;</div><br/>
+<div id="routeresults">&nbsp;</div><br>
 
 % } else { #---------- dropdowns, user selects from menus ----------