chiark / gitweb /
Properly quote various error messages
[ypp-sc-tools.db-live.git] / yarrg / web / check_islandstring
index e8664d5788b54349780d6cf2d2893fc0efd34f52..bb33db100ec2262f393cf424485d8fd637e49fad 100644 (file)
@@ -45,11 +45,11 @@ maxambig => 5
 </%method>
 
 <%method nomatch>
-  no island matches "<% $ARGS{spec} |h %>"
+  no island matches <% $ARGS{specq} %>
 </%method>
 
 <%method ambiguous>
-  ambiguous island "<% $ARGS{spec} |h %>",
+  ambiguous island <% $ARGS{specq} %>,
   could be <% $ARGS{couldbe} |h %>
 </%method>