Exclusion List adds spaces and/or tabs to the content
-
When I edit the list of exclusions, additional white spaces are prepended and appended to the value. This is often because you add newlines before/after the corresponding textarea tag.
{textarea} contents on next line {/textarea}
The correct way is to put everything on one line:
{textarea}contents here{/textarea}
If the content has new lines, you leave those in:
{textarea}contents can include newlines{/textarea}
(using {…} to represent tags)
This appears on this admin page: /options-general.php?page=link-checker-settings
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclusion List adds spaces and/or tabs to the content’ is closed to new replies.