diff options
author | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 00:42:11 +0530 |
---|---|---|
committer | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 00:42:11 +0530 |
commit | 03f5fde7476797ff06b9bdabcb5d56730180c628 (patch) | |
tree | 8e24baf35aebd0aa1402c57879d754697c71a51c /phpBB/styles/prosilver/template/message_body.html | |
parent | a728b08e9056473f19906f93f38339b9eb8f2ffc (diff) | |
download | forums-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/message_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/message_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html index 645807cd89..fb6dfce35f 100644 --- a/phpBB/styles/prosilver/template/message_body.html +++ b/phpBB/styles/prosilver/template/message_body.html @@ -9,7 +9,7 @@ <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="clear"></span></div> + </div> </div> <!-- IF S_SIMPLE_MESSAGE --> |