chiark / gitweb /
Fix broken formatting of multiple stalls in plan when not "show individual stalls"
[ypp-sc-tools.db-live.git] / yarrg / web / query_routesearch
index aa118dd0dac4d32bcde87f6d2aefbe3ee3bb23c7..3bdc7f77f09d0765f079d77534ac0e4f12ab8d33 100644 (file)
@@ -258,7 +258,7 @@ if (!close $fh) {
        die $! if $!;
        die $? if $? != 24; # SIGXCPU but not in POSIX.pm :-/
 </%perl>
-% someresults->('Search took too long and was terminated');
+% $someresults->('Search took too long and was terminated');
 
 Sorry, but your query resulted in a search that took too long.
 Searches are limited to <% $maxcpu |h %> seconds of CPU time to
@@ -269,6 +269,7 @@ make sure that shorter searches can still happen.
 Please try a search with a smaller maximum distance, or place more
 restrictions on the route.
 
+</div>
 <%perl>
        return;
 }
@@ -292,6 +293,7 @@ avoid asking for large searches that you're not sure about.
 Otherwise, please try later.  Searches are limited to <% $maxcpu |h %>
 seconds of CPU time so more processing resources should be available soon.
 
+</div>
 <%perl>
        return;
 }