mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 18:49:52 +02:00
[ticket/10734] Fixed template files
Removed unnecessary span from several other template files PHPBB3-10734
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user