Skip to content

Commit

Permalink
helpers/attributes: escape value
Browse files Browse the repository at this point in the history
refs #7177
  • Loading branch information
Thomas-Gelf committed Sep 10, 2014
1 parent 27960fc commit c2fe023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/View/helpers/url.php
Expand Up @@ -103,7 +103,7 @@
return sprintf(
'%s="%s"',
$key,
$value
$this->escape($value)
);
});

0 comments on commit c2fe023

Please sign in to comment.