From ec105f3a02e20bee2bfcf99de49bc122a3ea756d Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Sun, 3 Aug 2008 18:15:13 +0000 Subject: [PATCH] Merged in from STABLE trunk... --- plugins/rssplugin/KTrss.inc.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/rssplugin/KTrss.inc.php b/plugins/rssplugin/KTrss.inc.php index 4775c70..5c22246 100644 --- a/plugins/rssplugin/KTrss.inc.php +++ b/plugins/rssplugin/KTrss.inc.php @@ -393,18 +393,18 @@ class KTrss{ \n \n - \n + \n \n \n - \n + \n \n \n - \n + \n \n \n ".$type."\n \n - \n + \n \n \n
"._kt('Filename').": ".$aItem[0][0][filename].""._kt('Filename').": ".htmlspecialchars($aItem[0][0][filename], ENT_QUOTES, 'UTF-8')."
"._kt('Author').": ".$aItem[0][0][author].""._kt('Author').": ".htmlspecialchars($aItem[0][0][author], ENT_QUOTES, 'UTF-8')."
"._kt('Owner').": ".$owner.""._kt('Owner').": ".htmlspecialchars($owner, ENT_QUOTES, 'UTF-8')."
"._kt('Workflow status').": ".$workflow.""._kt('Workflow status').": ".htmlspecialchars($workflow, ENT_QUOTES, 'UTF-8')."

\n @@ -417,19 +417,19 @@ class KTrss{ foreach($aItem[1] as $item){ $htmlItem .= "\n ".$item[type]." name:\n - ".$item[name]."\n + ".htmlspecialchars($item[name], ENT_QUOTES, 'UTF-8')."\n \n \n Path:\n - ".$item[fullpath]."\n + ".htmlspecialchars($item[fullpath], ENT_QUOTES, 'UTF-8')."\n \n \n Transaction:\n - ".$item[transaction_name]."\n + ".htmlspecialchars($item[transaction_name], ENT_QUOTES, 'UTF-8')."\n \n \n Comment:\n - ".$item[comment]."\n + ".htmlspecialchars($item[comment], ENT_QUOTES, 'UTF-8')."\n \n \n"; @@ -444,7 +444,7 @@ class KTrss{ \n \n User:\n - ".$item[user_name]."\n + ".htmlspecialchars($item[user_name], ENT_QUOTES, 'UTF-8')."\n \n \n
\n -- libgit2 0.21.4