diff options
author | Cesar G <prototech91@gmail.com> | 2014-10-14 07:33:15 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-10-14 07:33:15 -0700 |
commit | f8019464c7a137f736dd6d54bc3e1ead2886cd0b (patch) | |
tree | 4f762f817c50460ff1afe3f4a2390ce7575820e4 | |
parent | 1941328629db1e31f1aa17e8dae5a6071da91665 (diff) | |
parent | df75b70f3e616b2e5ac522d8a47118841d195e97 (diff) | |
download | forums-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.html | 1 |
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> |