Merge remote-tracking branch 'origin/master' into issue-68

This commit is contained in:
Richard Underwood 2017-02-03 09:36:59 +00:00
commit 880908ff70

View file

@ -466,6 +466,7 @@ case "editrecord":
$rrset->deleteRecord($old_record['content']);
$content = $_POST['content'];
$type = $_POST['type'];
if (array_search($type, $quoteus) !== FALSE) {
$content = quote_content($content);
}