mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #4279 from RMcGirr83/ticket_14408
[ticket/14408] Remove span tags from file
This commit is contained in:
commit
12f5c0405e
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ function phpbb_end_update($cache, $config)
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="corners-bottom"><span></span></span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -153,7 +152,6 @@ header('Content-type: text/html; charset=UTF-8');
|
||||||
<div id="page-body">
|
<div id="page-body">
|
||||||
<div id="acp">
|
<div id="acp">
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<span class="corners-top"><span></span></span>
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="main" class="install-body">
|
<div id="main" class="install-body">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue