From 2eed9b39c09d6a5e5cbb0c4aea12a4dabeb99e51 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Mon, 26 May 2014 13:45:03 +0200 Subject: [PATCH] Fix escaping. Jtable shows (javascript-escaped) content. No other escaping is done on the content-field For txt-records. First strip quotes surrounding the content and strip from slashes. Then, add slashes and quotes again. This maybe sub-optimal, but works for now. --- index.php | 24 +++++++++++++++++++++++- zones.php | 9 ++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index f8bd216..871834e 100644 --- a/index.php +++ b/index.php @@ -124,6 +124,22 @@ if (isset($templatelist)) {