From d1d6d0d3c026b6e1c39d0ccfa71756256264cd47 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Thu, 17 Apr 2014 11:11:08 +0100 Subject: Tidy up "maintable.inc" XHTML Change escaped single quotes to just a single quote --- usr/local/www/classes/maintable.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/classes/maintable.inc b/usr/local/www/classes/maintable.inc index 0e9a200..38cf145 100644 --- a/usr/local/www/classes/maintable.inc +++ b/usr/local/www/classes/maintable.inc @@ -126,7 +126,7 @@ class MainTable { } echo " \n"; } - echo " edit_uri}?id={$cur_row}\'\">\n"; + echo " edit_uri}?id={$cur_row}'\">\n"; echo " {$row[$this->cname[$this->columns - 1]]}\n"; echo " \n"; echo " \n"; @@ -180,7 +180,7 @@ class MainTable { break; } case "del": { - echo "my_uri}?act=del&id={$row}\" onclick=\"return confirm(\'Do you really want to delete this entry?\')\">\"delete\""; + echo "my_uri}?act=del&id={$row}\" onclick=\"return confirm('Do you really want to delete this entry?')\">\"delete\""; break; } case "dup": { -- cgit v1.1