diff options
author | shadlaws <shad@shadlaws.com> | 2013-03-08 12:53:23 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-03-08 12:53:23 +0100 |
commit | 5d1033454c7146fb8a332dedd7be9198d0b34355 (patch) | |
tree | f91a0c42f449a9e691be273fac83c9d12a378182 /modules | |
parent | f5475535a2b4107709caeec6f74ce76465dbb632 (diff) |
Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon).
Diffstat (limited to 'modules')
-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")) ?> |