From 483c7c3ad93814c62aa244e443d5aa02c110162b Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 11 Jul 2006 12:42:24 +0000 Subject: [PATCH] fix quote --- docs/NEWS | 6 ++++++ include/functions_permalinks.inc.php | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index fe2e2c3..c41e815 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -208,6 +208,12 @@ Version 1.1-alpha5() * Removed config option "XHTML11 compliance" and enabled by default now (garvinhicking) +Version 1.0.1 () +------------------------------------------------------------------------ + + * Chorizo Security Checks: Fixed possible browser-dependant attribute + injection in the templatechooser-Plugin (garvinhicking) + Version 1.0 (June 15th, 2006) ------------------------------------------------------------------------ diff --git a/include/functions_permalinks.inc.php b/include/functions_permalinks.inc.php index fd4557b..5607827 100644 --- a/include/functions_permalinks.inc.php +++ b/include/functions_permalinks.inc.php @@ -707,13 +707,15 @@ function serendipity_currentURL() { '"', "'", '<', - '>' + '>', + '`' ), array( '', '', '', + '', '' ), -- 2.39.5