X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=yarrg%2Fweb%2Fcheck_capitalstring;h=24617d70c32c4d195099a98015bc11a65d1bec0f;hp=53aceecd975dcfacd3255f2cbbd51f8d29e04a29;hb=1f6f88af87868d6e059be154ed6b56dd9ea7ac6c;hpb=872e647cac241531e4599c8b8b330d8772020253 diff --git a/yarrg/web/check_capitalstring b/yarrg/web/check_capitalstring index 53aceec..24617d7 100644 --- a/yarrg/web/check_capitalstring +++ b/yarrg/web/check_capitalstring @@ -53,7 +53,7 @@ if (!m/\S/) { $capital= $1; $canon= "$capital PoE"; } else { - expected_error("Cannot understand capital \`$_'."); + expected_error("Cannot understand capital ".escerrq($_)."."); } return ($canon,$capital);