aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-10-17 18:33:29 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-10-17 18:33:29 +0200
commit0aecbfa806aae1d392230374a06c4f917df066ec (patch)
treeb14d75a3bf93df9abf9cfffdf90cabd4b457d4f2 /phpBB/styles/prosilver/template/mcp_post.html
parent003fe8708030a592d20f886fce6f1a2e39df6ffc (diff)
parente2d57fb4daa43ddaf4114cec7a3133750e07fea8 (diff)
downloadforums-0aecbfa806aae1d392230374a06c4f917df066ec.tar
forums-0aecbfa806aae1d392230374a06c4f917df066ec.tar.gz
forums-0aecbfa806aae1d392230374a06c4f917df066ec.tar.bz2
forums-0aecbfa806aae1d392230374a06c4f917df066ec.tar.xz
forums-0aecbfa806aae1d392230374a06c4f917df066ec.zip
Merge branch 'ticket/cs278/7332' into develop-olympus
* ticket/cs278/7332: [ticket/7332] Fix post details expand link rendering on Webkit.
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index dab2d572a9..04e24cd1f9 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -54,7 +54,7 @@
</ul>
<!-- ENDIF -->
- <span class="right-box clear" id="expand"><a href="#post_details" onclick="viewableArea(getElementById('post_details'), true); var rev_text = getElementById('expand').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'}; return false;">{L_EXPAND_VIEW}</a></span>
+ <span class="right-box" id="expand"><a href="#post_details" onclick="viewableArea(getElementById('post_details'), true); var rev_text = getElementById('expand').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'}; return false;">{L_EXPAND_VIEW}</a></span>
<h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3>
<!-- IF S_PM -->