diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-06-24 13:01:02 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-24 13:01:02 +0200 |
commit | 1edcfcb5020f8199860295020e5e33d030ab772b (patch) | |
tree | 35d30c90da30f05f4f5bbc936a3087f014db372d /phpBB/install/database_update.php | |
parent | 41becd9c92672b2d77777b8487df5dbb66851342 (diff) | |
parent | e427d203b6aeaa600d71d302551c874df648ee06 (diff) | |
download | forums-1edcfcb5020f8199860295020e5e33d030ab772b.tar forums-1edcfcb5020f8199860295020e5e33d030ab772b.tar.gz forums-1edcfcb5020f8199860295020e5e33d030ab772b.tar.bz2 forums-1edcfcb5020f8199860295020e5e33d030ab772b.tar.xz forums-1edcfcb5020f8199860295020e5e33d030ab772b.zip |
Merge pull request #2646 from prototech/ticket/12750
[ticket/12750] Center installation page copyright text.
* prototech/ticket/12750:
[ticket/12750] Center installation page copyright text.
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 72073be880..c349d71563 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -41,7 +41,9 @@ function phpbb_end_update($cache, $config) </div> <div id="page-footer"> - Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited + <div class="copyright"> + Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited + </div> </div> </div> </body> |