From 7c884b14bd0d1a9d7bebe314e27ebd74ec0726ee Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 10 Feb 2009 14:32:34 +0000 Subject: Refs #756: htmlentities on all input views git-svn-id: https://code.elgg.org/elgg/trunk@2704 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/access.php | 4 ++-- views/default/input/email.php | 2 +- views/default/input/file.php | 2 +- views/default/input/longtext.php | 2 +- views/default/input/password.php | 2 +- views/default/input/pulldown.php | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'views/default') diff --git a/views/default/input/access.php b/views/default/input/access.php index 9cd1e3d99..db938111e 100644 --- a/views/default/input/access.php +++ b/views/default/input/access.php @@ -35,9 +35,9 @@ foreach($vars['options'] as $key => $option) { if ($key != $vars['value']) { - echo ""; + echo ""; } else { - echo ""; + echo ""; } } diff --git a/views/default/input/email.php b/views/default/input/email.php index 9fc620a38..9c1f9920a 100644 --- a/views/default/input/email.php +++ b/views/default/input/email.php @@ -21,4 +21,4 @@ if (!$class) $class = "input-text"; ?> - name="" value="" class=""/> \ No newline at end of file + name="" value="" class=""/> \ No newline at end of file diff --git a/views/default/input/file.php b/views/default/input/file.php index 03e9e067d..58d7437ff 100644 --- a/views/default/input/file.php +++ b/views/default/input/file.php @@ -23,4 +23,4 @@ $class = $vars['class']; if (!$class) $class = "input-file"; ?> -name="" class="" /> \ No newline at end of file + name="" class="" /> \ No newline at end of file diff --git a/views/default/input/longtext.php b/views/default/input/longtext.php index c28028217..ef7cd0efb 100644 --- a/views/default/input/longtext.php +++ b/views/default/input/longtext.php @@ -22,4 +22,4 @@ ?> - \ No newline at end of file + \ No newline at end of file diff --git a/views/default/input/password.php b/views/default/input/password.php index 75650b6c7..e93864bce 100644 --- a/views/default/input/password.php +++ b/views/default/input/password.php @@ -21,4 +21,4 @@ if (!$class) $class = "input-password"; ?> - name="" value="" class="" /> \ No newline at end of file + name="" value="" class="" /> \ No newline at end of file diff --git a/views/default/input/pulldown.php b/views/default/input/pulldown.php index fcd13a6b3..8d7d94e75 100644 --- a/views/default/input/pulldown.php +++ b/views/default/input/pulldown.php @@ -32,9 +32,9 @@ { foreach($vars['options_values'] as $value => $option) { if ($value != $vars['value']) { - echo ""; + echo ""; } else { - echo ""; + echo ""; } } } @@ -42,9 +42,9 @@ { foreach($vars['options'] as $option) { if ($option != $vars['value']) { - echo ""; + echo ""; } else { - echo ""; + echo ""; } } } -- cgit v1.2.3