diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-11-14 22:01:36 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-11-14 22:01:36 +0100 |
commit | 08827fa733f0e84d91727d9feaeb057d5af0d163 (patch) | |
tree | f0acf76a0d49ed2a8b21ea16f29a225837882f3a /phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | |
parent | 2236849511769b384d7d23b01fe97c65d410b357 (diff) | |
parent | f7286e1abe5ae2b0ec81f8f7ce39ca0b3062ed16 (diff) | |
download | forums-08827fa733f0e84d91727d9feaeb057d5af0d163.tar forums-08827fa733f0e84d91727d9feaeb057d5af0d163.tar.gz forums-08827fa733f0e84d91727d9feaeb057d5af0d163.tar.bz2 forums-08827fa733f0e84d91727d9feaeb057d5af0d163.tar.xz forums-08827fa733f0e84d91727d9feaeb057d5af0d163.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10452] Fix xHTML errors when print-viewing PMs
Conflicts:
phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index e52389cc15..7c368c8124 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -59,7 +59,7 @@ hr.sep { <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> <tr> - <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td> + <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</span></td> </tr> <tr> <td colspan="2"><br /></td> |