Also transform free-standing URLs in story texts into

full HTML link tags.
This commit is contained in:
Hannes Wallnöfer 2001-09-07 13:11:16 +00:00
parent 37fdfc79ae
commit ca9c34214b

View file

@ -32,7 +32,7 @@ function text_macro(param) {
this.renderInputTextarea(this.createInputParam("text",param));
else {
if (!param.limit)
this.renderSkin(createSkin(format(this.text)));
this.renderSkin(createSkin(format(activateLinks(this.text))));
else {
this.renderTextPreview(param.limit);
res.write(" ...");