[Scummvm-cvs-logs] scummvm-web master -> 84c63a4278aa9b35f3ff31da5230371c3e2ee55b

sev- sev at scummvm.org
Thu Apr 7 23:31:24 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:
84c63a4278 WEB: Fix HTML errors


Commit: 84c63a4278aa9b35f3ff31da5230371c3e2ee55b
    https://github.com/scummvm/scummvm-web/commit/84c63a4278aa9b35f3ff31da5230371c3e2ee55b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-07T23:31:07+02:00

Commit Message:
WEB: Fix HTML errors

Changed paths:
    templates/index.tpl
    templates/intro_header.tpl
    templates/lang_menu.tpl



diff --git a/templates/index.tpl b/templates/index.tpl
index 73aba75..0d0a59b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -22,7 +22,7 @@
 	<![endif]-->
 	<link rel="alternate" type="application/atom+xml" title="{#indexAtomFeed#}" href="{$baseurl}feeds/atom/">
 	<link rel="alternate" type="application/rss+xml" title="{#indexRSSFeed#}" href="{$baseurl}feeds/rss/">
-	<link rel="apple-touch-icon" href="/images/scummvm.png"/>
+	<link rel="apple-touch-icon" href="/images/scummvm.png">
 	<title>ScummVM :: {$title}</title>
 </head>
 <body>
diff --git a/templates/intro_header.tpl b/templates/intro_header.tpl
index 5be0e59..535722b 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={#intoHeaderFullsize#} 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">
diff --git a/templates/lang_menu.tpl b/templates/lang_menu.tpl
index d506e72..d607356 100644
--- a/templates/lang_menu.tpl
+++ b/templates/lang_menu.tpl
@@ -1,7 +1,7 @@
 <div id="lang-wrapper">
     <div id="drop-down">
         <ul id="langmenu">
-            <li><a href=""><img src="/images/lang-icon.png" width="16" height="16">  Language</a>
+            <li><a href=""><img src="/images/lang-icon.png" width="16" height="16" alt="Language">  Language</a>
                 <ul>
                     <li><a href="{$pageurl}?lang=en"><code class="text-badge">EN</code>English</a></li>
                     <li><a href="{$pageurl}?lang=de"><code class="text-badge">DE</code>Deutsch</a></li>






More information about the Scummvm-git-logs mailing list