mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-02 13:10:48 -04:00
Merge pull request #197 from shadlaws/followon_2003
Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon).
This commit is contained in:
@@ -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")) ?>
|
||||
|
||||
Reference in New Issue
Block a user