diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-09 14:00:39 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-09 14:00:39 -0800 |
commit | a01ec9ff5ff2e73c0b1de3a4a01d1f3e97c58fc7 (patch) | |
tree | 6b67493ab299bbd3ea20aa9f79b7fcd657621e83 /modules/gallery | |
parent | 43f2c4ecaace42731e794203b6827a0cefc7b450 (diff) | |
parent | 5d1033454c7146fb8a332dedd7be9198d0b34355 (diff) |
Merge pull request #197 from shadlaws/followon_2003
Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon).
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/admin_movies.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_movies.html.php b/modules/gallery/views/admin_movies.html.php index 242a4349..abf8fb29 100644 --- a/modules/gallery/views/admin_movies.html.php +++ b/modules/gallery/views/admin_movies.html.php @@ -21,7 +21,7 @@ <div class="g-available"> <h2> <?= t("Current configuration") ?> </h2> <div id="g-ffmpeg" class="g-block"> - <img class="logo" width="284" height="70" src="<?= url::file("modules/gallery/images/ffmpeg.png"); ?>" alt="<? t("Visit the FFmpeg project site") ?>" /> + <img class="logo" width="284" height="70" src="<?= url::file("modules/gallery/images/ffmpeg.png") ?>" alt="<? t("Visit the FFmpeg project site") ?>" /> <p> <?= t("FFmpeg is a cross-platform standalone audio/video program.") ?><br/> <?= t("Please refer to the <a href=\"%url\">FFmpeg website</a> for more information.", array("url" => "http://ffmpeg.org")) ?> |