projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ba0fe
)
fix unlikely self-XSS from your own package def names
author
Ivan Kohler
<ivan@freeside.biz>
Sat, 7 Feb 2015 02:22:44 +0000
(18:22 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Sat, 7 Feb 2015 02:22:44 +0000
(18:22 -0800)
httemplate/elements/selectlayers.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/selectlayers.html
b/httemplate/elements/selectlayers.html
index
cb1d2d6
..
785ee36
100644
(file)
--- a/
httemplate/elements/selectlayers.html
+++ b/
httemplate/elements/selectlayers.html
@@
-121,7
+121,7
@@
Example:
<OPTION VALUE="<% $option %>"
<% $option eq $selected ? ' SELECTED' : '' %>
- ><% $options->{$option} %></OPTION>
+ ><% $options->{$option}
|h
%></OPTION>
% }