aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/parser_interface.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-06-19 07:32:52 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-06-19 07:32:52 +0200
commit1be392a16a8ff5923e28bac080f7c21659f52be5 (patch)
treea8fae5774e18eac6e94becc8601105187e58cd29 /phpBB/phpbb/textformatter/parser_interface.php
parentab6fd30d0dddc32d34c58ab63d35db2a755d19e9 (diff)
downloadforums-1be392a16a8ff5923e28bac080f7c21659f52be5.tar
forums-1be392a16a8ff5923e28bac080f7c21659f52be5.tar.gz
forums-1be392a16a8ff5923e28bac080f7c21659f52be5.tar.bz2
forums-1be392a16a8ff5923e28bac080f7c21659f52be5.tar.xz
forums-1be392a16a8ff5923e28bac080f7c21659f52be5.zip
[ticket/16078] Use headless chrome and disable gpu acceleration
This is to hopefully get rid of some of the issues with timeouts. PHPBB3-16078
Diffstat (limited to 'phpBB/phpbb/textformatter/parser_interface.php')
0 files changed, 0 insertions, 0 deletions
style='width: 50.0%;'/>
2 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl
index 9392ca105..a742a841e 100644
--- a/template/en/default/attachment/diff-file.html.tmpl
+++ b/template/en/default/attachment/diff-file.html.tmpl
@@ -53,7 +53,7 @@ incremental_restore()
[% FOREACH section = sections %]
[% section_num = section_num + 1 %]
<tr><th colspan="4" class="section_head">
- <table cellpadding="0" cellspacing="0">
+ <table id="[% file.filename FILTER html %]_sec[% section_num %]" cellpadding="0" cellspacing="0">
<tr><th width="95%" align="left">
[% IF file.is_add %]
Added
@@ -79,7 +79,7 @@ incremental_restore()
&nbsp;&nbsp;[% section.func_info FILTER html IF section.func_info %]
[% END %]
</th><th>
- <a name="[% file.filename FILTER html %]_sec[% section_num %]" href="#[% file.filename FILTER html %]_sec[% section_num %]">Link&nbsp;Here</a>&nbsp;
+ <a href="#[% file.filename FILTER html %]_sec[% section_num %]">Link&nbsp;Here</a>&nbsp;
</th></tr></table>
</th></tr>
[% current_line_old = section.old_start %]
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl