[Scummvm-cvs-logs] scummvm-web master -> 5b001987463f09361914a480f1cb3ec53654e223

sev- sev at scummvm.org
Sat Mar 5 22:46:39 CET 2016


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:
5b00198746 WEB: Fix rendering extra info for daily builds


Commit: 5b001987463f09361914a480f1cb3ec53654e223
    https://github.com/scummvm/scummvm-web/commit/5b001987463f09361914a480f1cb3ec53654e223
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-05T22:46:17+01:00

Commit Message:
WEB: Fix rendering extra info for daily builds

Changed paths:
    templates/list_items.tpl



diff --git a/templates/list_items.tpl b/templates/list_items.tpl
index 2d469b6..6d5fbc5 100644
--- a/templates/list_items.tpl
+++ b/templates/list_items.tpl
@@ -11,7 +11,7 @@
 					{if is_array($data)}
 						(
 							{if $item->getType() == 'daily'}{#listItemsBuildFromRepo#} {/if}
-							{$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#}{$data.date}{/if}
+							{$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#} {$data.date}{/if}
 						)  {if $data.msg != ""}{$data.msg}{/if}
 					{else}
 						{if $item->getType() != 'daily'}






More information about the Scummvm-git-logs mailing list