chiark / gitweb /
New way of showing position in list info
[ypp-sc-tools.db-test.git] / yarrg / CommodsWeb.pm
index 461a8ad49332da3d232121822012e0002ecb00dc..5e120039838271ed9f5ce8377c397b49974b62a1 100644 (file)
@@ -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]).'’';
 }