diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-23 05:56:59 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-23 05:56:59 -0700 |
commit | f699d2b38593311089d1636bf41bf91c1bd467f8 (patch) | |
tree | fef33c29326832767b9a43240bd37dae41f581af /modules | |
parent | 423fca2d5ffca1e953694793ad118589db1756d0 (diff) |
Fix missing quoate in the organize dialog html template.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 |
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> |