summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-07-23 05:56:59 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-07-23 05:56:59 -0700
commitf699d2b38593311089d1636bf41bf91c1bd467f8 (patch)
treefef33c29326832767b9a43240bd37dae41f581af /modules
parent423fca2d5ffca1e953694793ad118589db1756d0 (diff)
Fix missing quoate in the organize dialog html template.
Diffstat (limited to 'modules')
-rw-r--r--modules/organize/views/organize_dialog.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index df388a16..4e8ada80 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -136,7 +136,7 @@
var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
$("#flashContent").append("<a href='http://www.adobe.com/go/getflashplayer'><img src='" + pageHost +
"www.adobe.com/images/shared/download_buttons/get_flash_player.gif' " +
- alt='<?= t("Get Adobe Flash Player") ?>' /></a>" );
+ "alt='<?= t("Get Adobe Flash Player") ?>' /></a>" );
</script>
</div>
</div>