diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_im.html | 5 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_preview.html | 10 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_im.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/search_results.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 11 |
6 files changed, 19 insertions, 12 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 878ae3d23f..6a456b3b94 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,6 +93,7 @@ <li>[Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)</li> <li>[Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)</li> <li>[Fix] Correctly show private message history (Bug #46065 - Patch by bantu) + <li>[Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Feature] Backported 3.2 captcha plugins.</li> <li>[Feature] Introduced new ACM plugins: diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html index 9bb1f90a58..a99d487f4f 100644 --- a/phpBB/styles/prosilver/template/memberlist_im.html +++ b/phpBB/styles/prosilver/template/memberlist_im.html @@ -7,7 +7,7 @@ <div class="panel bg2"> <div class="inner"><span class="corners-top"><span></span></span> - + <p>{L_SEND_IM_EXPLAIN}</p> <fieldset> @@ -81,9 +81,10 @@ <span class="corners-bottom"><span></span></span></div> </div> -<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> </form> +<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> + <script type="text/javascript"> // <