diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-02-28 12:57:10 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-02-28 12:57:10 +0000 |
commit | e42a20b32e18162afd3847a9849fe4760491d437 (patch) | |
tree | 3ee333cd83ac0409238f68f98c0ea0d0892a06b0 /phpBB/templates | |
parent | b5031760af3f5f803cd5bc836fec00dbc7c016a7 (diff) | |
download | forums-e42a20b32e18162afd3847a9849fe4760491d437.tar forums-e42a20b32e18162afd3847a9849fe4760491d437.tar.gz forums-e42a20b32e18162afd3847a9849fe4760491d437.tar.bz2 forums-e42a20b32e18162afd3847a9849fe4760491d437.tar.xz forums-e42a20b32e18162afd3847a9849fe4760491d437.zip |
minor changes, re-added topicreview
git-svn-id: file:///svn/phpbb/trunk@3575 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/posting_topic_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/posting_topic_review.html b/phpBB/templates/subSilver/posting_topic_review.html index d7300f9593..8d0ddc6684 100644 --- a/phpBB/templates/subSilver/posting_topic_review.html +++ b/phpBB/templates/subSilver/posting_topic_review.html @@ -2,7 +2,7 @@ <!-- IF S_DISPLAY_INLINE --> <table class="tablebg" border="0" cellpadding="3" cellspacing="1" width="100%"> <tr> - <td height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td> + <th height="28" align="center">{L_TOPIC_REVIEW}</th> </tr> <tr> <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}"> |