mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-01 04:22:11 +02:00
[ticket/10734] Fixed template files
Removed unnecessary span from several other template files PHPBB3-10734
This commit is contained in:
@@ -44,7 +44,7 @@ function insert_single(user)
|
||||
|
||||
<form method="post" action="{S_MODE_ACTION}" id="search_memberlist">
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="inner">
|
||||
|
||||
<p>{L_FIND_USERNAME_EXPLAIN}</p>
|
||||
|
||||
@@ -118,7 +118,7 @@ function insert_single(user)
|
||||
{S_FORM_TOKEN}
|
||||
</fieldset>
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
<span class="clear"></span></div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user