forked from GithubBackups/vichan
8chan-mod-pages.php: Make the CSS URL filter error message less vague
This commit is contained in:
parent
dbc4fbc5fe
commit
fe8b02442a
@ -531,7 +531,7 @@ EOT;
|
||||
}
|
||||
}
|
||||
if ($match_okay !== true) {
|
||||
error(sprintf(_("Off-site link \"%s\" is not allowed!"), $match));
|
||||
error(sprintf(_("Off-site link \"%s\" is not allowed in the board stylesheet"), $match));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user