Minor indentation tweak.
This commit is contained in:
parent
132b235aee
commit
5727578b26
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
"Return a version of STRING suitable for use as a URL."
|
||||
(let ((slugified (remove-if-not #'slug-char-p
|
||||
(substitute-if #\- #'unicode-space-p string))))
|
||||
(if (zerop (length slugified))
|
||||
(if (zerop (length slugified))
|
||||
(error "Post title '~a' does not contain characters suitable for a slug!" string )
|
||||
slugified)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue