mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
Fix missing quoate in the organize dialog html template.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user