aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_review.html
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-02 00:42:11 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-02 00:42:11 +0530
commit03f5fde7476797ff06b9bdabcb5d56730180c628 (patch)
tree8e24baf35aebd0aa1402c57879d754697c71a51c /phpBB/styles/prosilver/template/posting_review.html
parenta728b08e9056473f19906f93f38339b9eb8f2ffc (diff)
downloadforums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.gz
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.bz2
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.xz
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.zip
[ticket/10734] Removed unwanted span classes
Removed the corner and clear span classes PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_review.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_review.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_review.html b/phpBB/styles/prosilver/template/posting_review.html
index 540f116de4..2771c9829a 100644
--- a/phpBB/styles/prosilver/template/posting_review.html
+++ b/phpBB/styles/prosilver/template/posting_review.html
@@ -5,11 +5,11 @@
<!-- BEGIN post_review_row -->
<!-- IF post_review_row.S_IGNORE_POST -->
<div class="post bg3 post-ignore">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
{post_review_row.L_IGNORE_POST}
<!-- ELSE -->
<div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF post_review_row.ONLINE_STATUS --> online<!-- ENDIF -->">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<!-- ENDIF -->
<div class="postbody" id="ppr{post_review_row.POST_ID}">
@@ -28,7 +28,7 @@
</div>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- END post_review_row -->