diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-07-25 11:12:08 -0700 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-25 11:12:08 -0700 | 
| commit | f6fb18684760edbe023f5ff9062169cee4cd10ce (patch) | |
| tree | f89a5237acf10d1fbb15610eefef0548b519bb15 /modules/organize/views | |
| parent | 5be9ae3250fab24631c0fc6b900ffccd9b1755f2 (diff) | |
| parent | 9534a1c82a8ebc5cc56ba4cc256ce33570701a16 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/organize/views')
| -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> | 
