Merge pull request #197 from shadlaws/followon_2003

Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon).
This commit is contained in:
Bharat Mediratta
2013-03-09 14:00:39 -08:00
+1 -1
View File
@@ -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")) ?>