X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2FCommodsWeb.pm;h=5e120039838271ed9f5ce8377c397b49974b62a1;hp=461a8ad49332da3d232121822012e0002ecb00dc;hb=53dfe71f6c510ee12bbf6bdaeb3984024d34a7be;hpb=ad29b01fe6470a4b3bb108a8f485657927175e24 diff --git a/yarrg/CommodsWeb.pm b/yarrg/CommodsWeb.pm index 461a8ad..5e12003 100644 --- a/yarrg/CommodsWeb.pm +++ b/yarrg/CommodsWeb.pm @@ -223,7 +223,9 @@ sub tr_datarow ($$) { } sub escerrq ($) { - return '“'.CGI::escapeHTML($_[0]).'”'; + return '"'.CGI::escapeHTML($_[0]).'"'; + # Prettier qotes as below are not in HTML 3.2: +# return '“'.CGI::escapeHTML($_[0]).'”'; # return '‘'.CGI::escapeHTML($_[0]).'’'; }