]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Avoid empty ID attribute in SELECT element
authorDan Scott <dan@coffeecode.net>
Wed, 4 May 2011 00:51:44 +0000 (20:51 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 4 May 2011 00:51:44 +0000 (20:51 -0400)
commit6e0d1765c2ddce581342e2864d2b7305b03a2df2
tree7ac56e5312ddea61665ccb82b347bb63656f1d3a
parent6b09dfbc8b23d534cbd48e72325f073fbbb28987
Avoid empty ID attribute in SELECT element

The current code appears to always generate an empty id="" attribute,
as the "id" variable never gets populated. For now, protect against
the empty ID attribute.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/web/templates/default/opac/parts/org_selector.tt2