Skip to content

Commit

Permalink
don't escape html in label names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Raby committed Nov 21, 2013
1 parent df3e903 commit 5536f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/PreferencesUI/UIxFilterEditor.wox
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
>
<script type="text/javascript">
var filterId = '<var:string value="filterId"/>';
var labels = <var:string value="labels"/>;
var labels = <var:string value="labels" const:escapeHTML="NO"/>;
</script>
<form id="mainForm" var:href="ownPath">
<div id="filterNameContainer" class="container">
Expand Down

0 comments on commit 5536f89

Please sign in to comment.