aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-26 00:43:54 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-26 00:43:54 +0000
commit556e83de83fdd6a52e335e7e9e667869767477a0 (patch)
tree4ca4834ba1dd21cbd39a3e99b44844b9df6dba9a /phpBB
parent98afc4b18eb022f9f2a3cbf0bcf7900780843fec (diff)
downloadforums-556e83de83fdd6a52e335e7e9e667869767477a0.tar
forums-556e83de83fdd6a52e335e7e9e667869767477a0.tar.gz
forums-556e83de83fdd6a52e335e7e9e667869767477a0.tar.bz2
forums-556e83de83fdd6a52e335e7e9e667869767477a0.tar.xz
forums-556e83de83fdd6a52e335e7e9e667869767477a0.zip
LTR/RTL script issues... add a bi-directional override to the debug info (if shown) so that it is forced LTR, since it is always English which also always written in an LTR script (Latin).
git-svn-id: file:///svn/phpbb/trunk@7081 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subSilver/template/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/overall_footer.html b/phpBB/styles/subSilver/template/overall_footer.html
index 8fb846a32f..64aefc64eb 100644
--- a/phpBB/styles/subSilver/template/overall_footer.html
+++ b/phpBB/styles/subSilver/template/overall_footer.html
@@ -16,7 +16,7 @@
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2002, 2006 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
- <!-- IF DEBUG_OUTPUT --><br />[ {DEBUG_OUTPUT} ]<!-- ENDIF --></span>
+ <!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>
</body>