diff --git a/basis/farkup/farkup.factor b/basis/farkup/farkup.factor index 50ee938659..6e41461c8d 100755 --- a/basis/farkup/farkup.factor +++ b/basis/farkup/farkup.factor @@ -169,8 +169,8 @@ CONSTANT: invalid-url "javascript:alert('Invalid URL in farkup');" } cond url-encode ; : write-link ( href text -- xml ) - [ check-url link-no-follow? get "true" and ] dip - [XML nofollow=<->><-> XML] ; + [ check-url link-no-follow? get "nofollow" and ] dip + [XML rel=<->><-> XML] ; : write-image-link ( href text -- xml ) disable-images? get [