diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-26 04:16:02 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-26 04:16:02 +0000 |
commit | ec1fec22d9a2ab8ef4cc65dc7d6615789ce5cfc5 (patch) | |
tree | b89aa327b5cd99c5c3276657fa53f4a35614940f /phpBB | |
parent | ce7845836cbd8790f454cf8e08b4ed6f6166b21d (diff) | |
download | forums-ec1fec22d9a2ab8ef4cc65dc7d6615789ce5cfc5.tar forums-ec1fec22d9a2ab8ef4cc65dc7d6615789ce5cfc5.tar.gz forums-ec1fec22d9a2ab8ef4cc65dc7d6615789ce5cfc5.tar.bz2 forums-ec1fec22d9a2ab8ef4cc65dc7d6615789ce5cfc5.tar.xz forums-ec1fec22d9a2ab8ef4cc65dc7d6615789ce5cfc5.zip |
#7986
Forced LTR directionality for poll image segments... conditional images would have worked to, though is excessively verbose. :P
git-svn-id: file:///svn/phpbb/trunk@7088 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 6d9da1a9be..d79c9fd7b0 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -85,7 +85,7 @@ <!-- ENDIF --> <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> <!-- IF S_DISPLAY_RESULTS --> - <td>{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td> + <td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td> <td class="gen" align="right"><b> {poll_option.POLL_OPTION_PERCENT} </b></td> <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td> <!-- IF poll_option.POLL_OPTION_VOTED --> |