From ff37ae8d4996b3147d7469d36b5edce0ed84cd84 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 8 Nov 2013 23:42:50 +0100 Subject: Encodage html pour certaines parties ajout de htmlspecialchars(..., ENT_COMPAT, 'UTF-8'); + autocomplete = off pour les champs http_user et http_pass --- app/layout/layout.phtml | 2 +- app/views/configure/feed.phtml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'app') diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 3f427a501..0c09ee42a 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -6,7 +6,7 @@ rss_url)) { ?> - + diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 2f88475f1..ab7bb9468 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -4,8 +4,8 @@
-

flux->name (); ?>

- flux->description (); ?> +

flux->name (), ENT_COMPAT, 'UTF-8'); ?>

+ flux->description (), ENT_COMPAT, 'UTF-8'); ?> flux->inError ()) { ?>

@@ -23,7 +23,7 @@
- flux->website (); ?> + flux->website (), ENT_COMPAT, 'UTF-8'); ?>
@@ -32,7 +32,7 @@
- flux->url (); ?> + flux->url (), ENT_COMPAT, 'UTF-8'); ?>
@@ -91,13 +91,13 @@
- +
- +
-- cgit v1.2.3