diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-22 15:14:03 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-22 15:14:03 +0000 |
| commit | 725b21f2d206efb4b34eb95ec3329bc81f66b805 (patch) | |
| tree | 7de41ee058c21e1884bc5d2292f5e7014a587890 /phpBB/styles/subSilver/template/mcp_notes_user.html | |
| parent | daa0435614af7bed95e71f3b11aa2c372df3958d (diff) | |
| download | forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar.gz forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar.bz2 forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.tar.xz forums-725b21f2d206efb4b34eb95ec3329bc81f66b805.zip | |
time to squash some bugs
git-svn-id: file:///svn/phpbb/trunk@6114 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_notes_user.html')
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html index 402f04da20..b04fb457b9 100755 --- a/phpBB/styles/subSilver/template/mcp_notes_user.html +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -4,7 +4,7 @@ <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> <tr> - <th colspan="2" height="28" align="center">{USERNAME}</th> + <th colspan="2" align="center">{USERNAME}</th> </tr> <tr> <td class="row1" align="center"> @@ -48,7 +48,7 @@ <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> <tr> - <th colspan="2" height="28" align="center">{L_FEEDBACK}</th> + <th colspan="2" align="center">{L_FEEDBACK}</th> </tr> <!-- IF S_USER_NOTES --> @@ -78,7 +78,7 @@ <table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"> <tr> - <th colspan="2" height="28" align="center">{L_ADD_FEEDBACK}</th> + <th colspan="2" align="center">{L_ADD_FEEDBACK}</th> </tr> <tr> <td class="row3" align="center" colspan="2"><span class="genmed">{L_ADD_FEEDBACK_EXPLAIN}</span></td> |
