aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-06-29 13:00:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-06-29 13:00:54 +0000
commit6f37638caee649060dc9f933af6773652a813035 (patch)
tree897c7056941c2fc3452bd46053ee56115a6a82fc /phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
parent1c22e7a40728fde76b9b9e5afd168f8eb0313268 (diff)
downloadforums-6f37638caee649060dc9f933af6773652a813035.tar
forums-6f37638caee649060dc9f933af6773652a813035.tar.gz
forums-6f37638caee649060dc9f933af6773652a813035.tar.bz2
forums-6f37638caee649060dc9f933af6773652a813035.tar.xz
forums-6f37638caee649060dc9f933af6773652a813035.zip
- fixing some very very nasty opera bugs by changing the clearing method we use.
- also properly apply preg_quote to some strings. git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index f10cbd518b..9aba7614d2 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -6,7 +6,7 @@
</div>
<!-- IF S_DISPLAY_HISTORY -->
- <fieldset class="display-options">
+ <fieldset class="display-options clearfix">
<a href="{U_VIEW_PREVIOUS_HISTORY}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_HISTORY}</a>
<a href="{U_VIEW_NEXT_HISTORY}" class="right-box {S_CONTENT_FLOW_END}">{L_VIEW_NEXT_HISTORY}</a>
</fieldset>