diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-04-30 14:36:33 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-04-30 14:36:33 +0000 |
| commit | be3bdf61d778928916942c07c6d60968fddf9d18 (patch) | |
| tree | f1b2941da4725d9de0c54c5cacdd2343abcf5b85 /phpBB/styles/subSilver/template/posting_body.html | |
| parent | 75012dec17b0cf47023f4b81cfba2034ecd47419 (diff) | |
| download | forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.gz forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.bz2 forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.xz forums-be3bdf61d778928916942c07c6d60968fddf9d18.zip | |
- some fixes here and there
git-svn-id: file:///svn/phpbb/trunk@5138 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 0691b8bd73..bd1a443ee2 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -439,7 +439,7 @@ function checkForm() <table class="tablebg" width="100%" cellspacing="1"> <tr> - <td class="cat"><span class="cattitle">{L_WHO_IS_ONLINE}</span></td> + <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td> </tr> <tr> <td class="row1"><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> |
