diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/assert-content.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/assert-content.sh b/scripts/assert-content.sh index 16fa2d6..a832a23 100755 --- a/scripts/assert-content.sh +++ b/scripts/assert-content.sh @@ -20,6 +20,7 @@ slugify() { echo "${1}" | \ tr '[:upper:]' '[:lower:]' | \ perl -ne 'tr/\000-\177//cd; + s|/|-|g; s/[^\w\s-.]//g; s/^\s+|\s+$//g; s/[-\s.]+/-/g; |