Fix missing quoate in the organize dialog html template.

This commit is contained in:
Tim Almdal
2010-07-23 05:56:59 -07:00
parent 423fca2d5f
commit f699d2b385

View File

@@ -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>