Skip to content

Commit 8b502f8

Browse files
committed
Remove link tag around constant tag
Constant tags now support linking, so this is useless
1 parent 31b6ff7 commit 8b502f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-snippets.ent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4370,7 +4370,7 @@ local: {
43704370
<para>
43714371
If omitted, <constant>FILTER_DEFAULT</constant> will be used, which is
43724372
equivalent to
4373-
<link linkend="filter.filters.sanitize"><constant>FILTER_UNSAFE_RAW</constant></link>.
4373+
<constant>FILTER_UNSAFE_RAW</constant>.
43744374
This will result in no filtering taking place by default.
43754375
</para>
43764376
</listitem>

0 commit comments

Comments
 (0)