aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/url.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/url.php')
-rw-r--r--views/default/input/url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/url.php b/views/default/input/url.php
index 5de25f283..1bfe04fe4 100644
--- a/views/default/input/url.php
+++ b/views/default/input/url.php
@@ -21,4 +21,4 @@
if (!$class) $class = "input-url";
?>
-<input type="text" <?php if ($vars['disabled']) echo ' disabled="yes" '; ?> <?php echo $vars['js']; ?> name="<?php echo $vars['internalname']; ?>" value="<?php echo htmlentities($vars['value'], null, 'UTF-8'); ?>" class="<?php echo $class; ?>"/> \ No newline at end of file
+<input type="text" <?php if ($vars['disabled']) echo ' disabled="yes" '; ?> <?php echo $vars['js']; ?> name="<?php echo $vars['internalname']; ?>" value="<?php echo htmlentities($vars['value'], ENT_QUOTES, 'UTF-8'); ?>" class="<?php echo $class; ?>"/> \ No newline at end of file