aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/message_body.html
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-03-31 18:57:49 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-03-31 22:30:00 +0530
commit259b86199be326e75080630f28407114aab7a56a (patch)
treeead9458f96a765ae20be59755df5804e6b5d0474 /phpBB/styles/prosilver/template/message_body.html
parent609e8e3b1123c6144712cf7c94aa6de5ad49bce7 (diff)
downloadforums-259b86199be326e75080630f28407114aab7a56a.tar
forums-259b86199be326e75080630f28407114aab7a56a.tar.gz
forums-259b86199be326e75080630f28407114aab7a56a.tar.bz2
forums-259b86199be326e75080630f28407114aab7a56a.tar.xz
forums-259b86199be326e75080630f28407114aab7a56a.zip
[ticket/10734] Fixed template files
Removed unnecessary span from several other template files PHPBB3-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/message_body.html')
-rw-r--r--phpBB/styles/prosilver/template/message_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html
index 3a970769b7..645807cd89 100644
--- a/phpBB/styles/prosilver/template/message_body.html
+++ b/phpBB/styles/prosilver/template/message_body.html
@@ -5,11 +5,11 @@
<!-- ENDIF -->
<div class="panel" id="message">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<h2>{MESSAGE_TITLE}</h2>
<p>{MESSAGE_TEXT}</p>
<!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
- <span class="corners-bottom"><span></span></span></div>
+ <span class="clear"></span></div>
</div>
<!-- IF S_SIMPLE_MESSAGE -->