aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_topic_review.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-14 16:25:36 +0200
committerMichael Miday <midaym@gmail.com>2015-09-14 16:25:36 +0200
commit70f1b08c69c483122717979a7e91c6eed20cbed9 (patch)
tree5cbab66bfff3365a6d8bf8e750de757ae2c5a573 /phpBB/styles/prosilver/template/posting_topic_review.html
parentfe0e9b2e4c0b83aa00a3f7bbecc82446a7f28bc0 (diff)
downloadforums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar
forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.gz
forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.bz2
forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.xz
forums-70f1b08c69c483122717979a7e91c6eed20cbed9.zip
[ticket/14139] Add class of IDs to html tags
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_topic_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_topic_review.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html
index fc7d0a2c63..9016e40ded 100644
--- a/phpBB/styles/prosilver/template/posting_topic_review.html
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html
@@ -1,10 +1,10 @@
-<h3 id="review">
+<h3 id="review" class="review">
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').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}'};">{L_EXPAND_VIEW}</a></span>
{L_TOPIC_REVIEW}{L_COLON} {TOPIC_TITLE}
</h3>
-<div id="topicreview">
+<div id="topicreview" class="topicreview">
<script type="text/javascript">
// <![CDATA[
bbcodeEnabled = {S_BBCODE_ALLOWED};