Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override/actions/action_view/action_view.tpl.php

Issue 9055099: Fixed: current language always shows english flag (Closed)
Patch Set: Created Dec. 21, 2012, 1:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override/actions/action_view/action_view.tpl.php
===================================================================
--- a/anwiki/_override/actions/action_view/action_view.tpl.php
+++ b/anwiki/_override/actions/action_view/action_view.tpl.php
@@ -27,7 +27,7 @@
{{#LANGUAGESELECTION}}
<li id="language">
<div id="current-language" style="background-image: url('$currentText');">
- <div id="flag-en" class="flag sprite"></div><span>$currentText</span>
+ <div id="flag-$currentText" class="flag sprite"></div><span>$currentText</span>
</div>
<ul>
EOF;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld