diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-21 11:09:23 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-21 11:09:23 -0700 |
commit | 050c82cf80b06a555252efaf701434b0cfd59bed (patch) | |
tree | f1fbb74028f57867ba5f2e6e4ef4af846e981edc /modules/organize | |
parent | 51dca582cd2cda9416ec0172f8ed9a19ba828fec (diff) |
Escape bare & symbols so that we use valid entities. Fixes ticket #577.
Diffstat (limited to 'modules/organize')
-rw-r--r-- | modules/organize/views/organize.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index 65d67d04..1686d255 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -33,7 +33,7 @@ var CONFIRM_DELETE = "<?= t("Do you really want to delete the selected albums an <?= $album_tree ?> </div> <div id="gMicroThumbPanel" class="yui-u" - ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>"> + ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>"> <ul id="gMicroThumbGrid"></ul> </div> <div id="gOrganizeEditDrawer" class="yui-u"> |