chiark / gitweb /
Reverse alternating colours in route plan
[ypp-sc-tools.db-live.git] / yarrg / web / check_routestring
old mode 100755 (executable)
new mode 100644 (file)
index 55c0783..cfa7ec7
@@ -36,6 +36,7 @@
 
 <%attr>
 multiple => 1
+maxambig => 5
 </%attr>
 
 <%method sqlstmt>
@@ -53,3 +54,7 @@ UNION ALL     SELECT DISTINCT archipelago,NULL,archipelago
   ambiguous island or arch "<% $ARGS{spec} |h %>",
   could be <% $ARGS{couldbe} |h %>
 </%method>
+
+<%method manyambig>
+  &nbsp;
+</%method>