X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fweb%2Fcheck_lossperleague;h=a37382e3a48aec5f61ae86eb2562d7c7647f50e4;hp=937535521dd4209a254a7efa2d9d81464f6b2527;hb=53dfe71f6c510ee12bbf6bdaeb3984024d34a7be;hpb=05a607330cc73832ccc778cd10f69cbac8e6dba3 diff --git a/yarrg/web/check_lossperleague b/yarrg/web/check_lossperleague index 9375355..a37382e 100644 --- a/yarrg/web/check_lossperleague +++ b/yarrg/web/check_lossperleague @@ -54,7 +54,7 @@ if (!m/\S/) { $pct= 100.0/$1; $str= sprintf("1/%d", $1); } else { - expected_error("Cannot understand loss per league \`$_'."); + expected_error("Cannot understand loss per league ".escerrq($_)."."); } return ("$str per league", $pct);