aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.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/mcp_post.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/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 81d1be795e..0354cdd3ca 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -106,7 +106,7 @@
</p>
<!-- ENDIF -->
- <div class="content" id="post_details">
+ <div id="post_details" class="content post_details">
{POST_PREVIEW}
</div>