diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-04-06 20:54:07 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-04-06 20:54:07 +0200 |
commit | 12f5c0405e7a4bd3b1ab39a6773a504eecc3c2b3 (patch) | |
tree | be7ff64d2ba3fe5f6316695153130e0259cf7a51 | |
parent | d0f5b39f117376a037bdeabc91f32c1d5436d99b (diff) | |
parent | 68eba86309a63889ca8f8de1ce4ce6600d356f42 (diff) | |
download | forums-12f5c0405e7a4bd3b1ab39a6773a504eecc3c2b3.tar forums-12f5c0405e7a4bd3b1ab39a6773a504eecc3c2b3.tar.gz forums-12f5c0405e7a4bd3b1ab39a6773a504eecc3c2b3.tar.bz2 forums-12f5c0405e7a4bd3b1ab39a6773a504eecc3c2b3.tar.xz forums-12f5c0405e7a4bd3b1ab39a6773a504eecc3c2b3.zip |
Merge pull request #4279 from RMcGirr83/ticket_14408
[ticket/14408] Remove span tags from file
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 42cc27e60b..0ea6eeffd7 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -31,7 +31,6 @@ function phpbb_end_update($cache, $config) </p> </div> </div> - <span class="corners-bottom"><span></span></span> </div> </div> </div> @@ -153,7 +152,6 @@ header('Content-type: text/html; charset=UTF-8'); <div id="page-body"> <div id="acp"> <div class="panel"> - <span class="corners-top"><span></span></span> <div id="content"> <div id="main" class="install-body"> |