1
0
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:
Shibu Lijack
2012-03-31 18:57:49 +05:30
parent 609e8e3b11
commit 259b86199b
9 changed files with 36 additions and 36 deletions

View File

@@ -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>