removed superfluous char-set:whitespace in call to string-trim
This commit is contained in:
parent
cacca61a29
commit
f82499bf71
|
@ -124,7 +124,7 @@
|
||||||
; Files conform to CLF are expected to print the original line.
|
; Files conform to CLF are expected to print the original line.
|
||||||
(or http-code "-")
|
(or http-code "-")
|
||||||
(or filesize "-")
|
(or filesize "-")
|
||||||
(if (string? referer) (string-trim referer char-set:whitespace) "")
|
(if (string? referer) (string-trim referer) "")
|
||||||
(if (string? user-agent)
|
(if (string? user-agent)
|
||||||
(string-trim user-agent char-set:whitespace)
|
(string-trim user-agent char-set:whitespace)
|
||||||
"")))
|
"")))
|
||||||
|
|
Loading…
Reference in New Issue