aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-10-14 07:33:15 -0700
committerCesar G <prototech91@gmail.com>2014-10-14 07:33:15 -0700
commitf8019464c7a137f736dd6d54bc3e1ead2886cd0b (patch)
tree4f762f817c50460ff1afe3f4a2390ce7575820e4
parent1941328629db1e31f1aa17e8dae5a6071da91665 (diff)
parentdf75b70f3e616b2e5ac522d8a47118841d195e97 (diff)
downloadforums-f8019464c7a137f736dd6d54bc3e1ead2886cd0b.tar
forums-f8019464c7a137f736dd6d54bc3e1ead2886cd0b.tar.gz
forums-f8019464c7a137f736dd6d54bc3e1ead2886cd0b.tar.bz2
forums-f8019464c7a137f736dd6d54bc3e1ead2886cd0b.tar.xz
forums-f8019464c7a137f736dd6d54bc3e1ead2886cd0b.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13174] Add missing closing </div> to ucp_pm_viewmessage
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
index ddd95780d7..8a6ea1a0bb 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html
@@ -62,6 +62,7 @@
</div>
<!-- ENDIF -->
<!-- END contact -->
+ </div>
</div>
</div>
</dd>