Skip to content

Commit ab7f3c8

Browse files
committed
Merge branch 'main' into 4.8.x
2 parents e26a5ea + 26f9c57 commit ab7f3c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

help/en-gb_pophelp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ If a form template needs processing (if it contains Textpattern tags), you must
867867
<ul>
868868
<li>When using low load order plugins as tag attributes</li>
869869
<li>Code replacements inside <code>&lt;txp:php&gt;</code> tags</li>
870-
<li>Skipping page elements earlier in the page so they may receive content that is derived from a tag that is processed later<</li>
870+
<li>Skipping page elements earlier in the page so they may receive content that is derived from a tag that is processed later</li>
871871
</ul>
872872
<p>Textpattern has traditionally run one extra sweep (called ‘secondpass’) for legacy reasons, hence the default value of this preference being <code>1</code>. More sweeps, however, increase the chances of unintended tags slipping through and being processed. Recent improvements in the tag parser have reduced the need for this second pass. So, unless you are using the second sweep for a dedicated reason, please reduce this value to <code>0</code> to make your site more secure.</p>
873873
<p>If you subsequently find unprocessed tags being rendered on your website (and there are no other tag errors shown in Testing/Debugging modes due to mismatched tag pairs) then please contact us with your page template/code/plugin example. We are trying to eradicate the need for extra parser passes, and this information will help us achieve that.</p>

help/en-us_pophelp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ If a form template needs processing (if it contains Textpattern tags), you must
867867
<ul>
868868
<li>When using low load order plugins as tag attributes</li>
869869
<li>Code replacements inside <code>&lt;txp:php&gt;</code> tags</li>
870-
<li>Skipping page elements earlier in the page so they may receive content that is derived from a tag that is processed later<</li>
870+
<li>Skipping page elements earlier in the page so they may receive content that is derived from a tag that is processed later</li>
871871
</ul>
872872
<p>Textpattern has traditionally run one extra sweep (called ‘secondpass’) for legacy reasons, hence the default value of this preference being <code>1</code>. More sweeps, however, increase the chances of unintended tags slipping through and being processed. Recent improvements in the tag parser have reduced the need for this second pass. So, unless you are using the second sweep for a dedicated reason, please reduce this value to <code>0</code> to make your site more secure.</p>
873873
<p>If you subsequently find unprocessed tags being rendered on your website (and there are no other tag errors shown in Testing/Debugging modes due to mismatched tag pairs) then please contact us with your page template/code/plugin example. We are trying to eradicate the need for extra parser passes, and this information will help us achieve that.</p>

help/en_pophelp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ If a form template needs processing (if it contains Textpattern tags), you must
867867
<ul>
868868
<li>When using low load order plugins as tag attributes</li>
869869
<li>Code replacements inside <code>&lt;txp:php&gt;</code> tags</li>
870-
<li>Skipping page elements earlier in the page so they may receive content that is derived from a tag that is processed later<</li>
870+
<li>Skipping page elements earlier in the page so they may receive content that is derived from a tag that is processed later</li>
871871
</ul>
872872
<p>Textpattern has traditionally run one extra sweep (called ‘secondpass’) for legacy reasons, hence the default value of this preference being <code>1</code>. More sweeps, however, increase the chances of unintended tags slipping through and being processed. Recent improvements in the tag parser have reduced the need for this second pass. So, unless you are using the second sweep for a dedicated reason, please reduce this value to <code>0</code> to make your site more secure.</p>
873873
<p>If you subsequently find unprocessed tags being rendered on your website (and there are no other tag errors shown in Testing/Debugging modes due to mismatched tag pairs) then please contact us with your page template/code/plugin example. We are trying to eradicate the need for extra parser passes, and this information will help us achieve that.</p>

0 commit comments

Comments
 (0)