[Scummvm-git-logs] scummvm-web master -> 73fadc7c1afb2067eb7970f37eb2df78cce3b692
lotharsm
serra at scummvm.org
Sun Dec 2 14:11:53 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
73fadc7c1a WEB: Add missing whitespace before mirrorlist links
Commit: 73fadc7c1afb2067eb7970f37eb2df78cce3b692
https://github.com/scummvm/scummvm-web/commit/73fadc7c1afb2067eb7970f37eb2df78cce3b692
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2018-12-02T14:11:24+01:00
Commit Message:
WEB: Add missing whitespace before mirrorlist links
Changed paths:
templates/components/list_items.tpl
diff --git a/templates/components/list_items.tpl b/templates/components/list_items.tpl
index 511df07..7a506b7 100644
--- a/templates/components/list_items.tpl
+++ b/templates/components/list_items.tpl
@@ -12,7 +12,7 @@
(
{if $item->getType() == 'daily'}{#listItemsBuildFromRepo#} {/if}
{$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#} {$data.date} {/if}
- <a href="{eval var=$item->getURL()}.mirrorlist">mirrorlist</a>
+ <a href="{eval var=$item->getURL()}.mirrorlist">mirrorlist</a>
{if $data.sha256 != ""} <span class="sha256-toggle" onclick="this.nextSibling.classList.toggle('hidden')"> sha256</span><span class="sha256-text hidden"> <a href="{eval var=$item->getURL()}.sha256">{$data.sha256}</a></span>{/if}
) {if $data.msg != ""}{$data.msg}{/if}
{else}
More information about the Scummvm-git-logs
mailing list