projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
demo, coming fast
[Evergreen.git]
/
Open-ILS
/
src
/
templates
/
html
/
option
diff --git
a/Open-ILS/src/templates/html/option
b/Open-ILS/src/templates/html/option
index
d8457b6
..
5b03991
100644
(file)
--- a/
Open-ILS/src/templates/html/option
+++ b/
Open-ILS/src/templates/html/option
@@
-3,6
+3,7
@@
"<option";
IF value; " value='" _ value _ "'"; END;
IF id; " id='" _ id _ "'"; END;
+ IF selected; " selected='" _ selected _ "'"; END;
IF ! content; "/"; END;
">";
IF content;