[Scummvm-cvs-logs] scummvm-web master -> 545923f0f4510a68d2dd318fe312f2af3cd52e6e

sev- sev at scummvm.org
Thu Apr 7 23:32:29 CEST 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:
545923f0f4 WEB: Fix syntax


Commit: 545923f0f4510a68d2dd318fe312f2af3cd52e6e
    https://github.com/scummvm/scummvm-web/commit/545923f0f4510a68d2dd318fe312f2af3cd52e6e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-07T23:32:12+02:00

Commit Message:
WEB: Fix syntax

Changed paths:
    templates/intro_header.tpl



diff --git a/templates/intro_header.tpl b/templates/intro_header.tpl
index 535722b..f7f2539 100644
--- a/templates/intro_header.tpl
+++ b/templates/intro_header.tpl
@@ -17,7 +17,7 @@
 		</div>
 		<div class="rbcontent">
 			<a href="/screenshots/{$random_shot.category}/{$random_shot.screenshot->getCategory()}/{$rand_pos+1}" id="screenshots_random">
-				<img src="{$smarty.const.DIR_SCREENSHOTS}/{$rand_file.filename}.jpg" width="128" height="96" title={#introHeaderFullsize#} alt="{#introHeaderRandom#}">
+				<img src="{$smarty.const.DIR_SCREENSHOTS}/{$rand_file.filename}.jpg" width="128" height="96" title="{#introHeaderFullsize#}" alt="{#introHeaderRandom#}">
 			</a>
 		</div>
 		<div class="rbbot">






More information about the Scummvm-git-logs mailing list