If you pass a string with a non-breaking space (
in HTML) to Slug::make
is does NOT convert that to a dash. Instead it just leaves it, which leads to an invalid URI.
I haven't found a workaround yet.
New conversations can be started on GitHub. Existing conversations will remain for a while longer.
If you pass a string with a non-breaking space (
in HTML) to Slug::make
is does NOT convert that to a dash. Instead it just leaves it, which leads to an invalid URI.
I haven't found a workaround yet.