diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-05 18:38:56 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-05 18:38:56 +0000 |
commit | fe0a81d27032a6e2c245b396b72ce80dec5b447f (patch) | |
tree | f7858dfe4ab2051f7ea55f42a36fd746037fc761 /phpBB/adm/style/viewsource.html | |
parent | cad46456b7db8340350af5ee8a30277d6123114d (diff) | |
download | forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar.gz forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar.bz2 forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar.xz forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.zip |
#7990
... yeah, that's it.
git-svn-id: file:///svn/phpbb/trunk@7126 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/viewsource.html')
-rw-r--r-- | phpBB/adm/style/viewsource.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/viewsource.html b/phpBB/adm/style/viewsource.html index da374037e8..077a00b2b5 100644 --- a/phpBB/adm/style/viewsource.html +++ b/phpBB/adm/style/viewsource.html @@ -1,5 +1,5 @@ <!-- INCLUDE simple_header.html --> - +<div id="acp"> <div class="panel" style="padding: 10px;"> <h1>{FILENAME}</h1> @@ -16,5 +16,5 @@ </table> </div> - +</div> <!-- INCLUDE simple_footer.html -->
\ No newline at end of file |