8chan-mod-pages.php: Make the CSS URL filter error message less vague

This commit is contained in:
Pashe 2015-01-03 16:16:55 -06:00
parent dbc4fbc5fe
commit fe8b02442a

View File

@ -531,7 +531,7 @@ EOT;
} }
} }
if ($match_okay !== true) { 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));
} }
} }
} }