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)); this.renderInputTextarea(this.createInputParam("text",param));
else { else {
if (!param.limit) if (!param.limit)
this.renderSkin(createSkin(format(this.text))); this.renderSkin(createSkin(format(activateLinks(this.text))));
else { else {
this.renderTextPreview(param.limit); this.renderTextPreview(param.limit);
res.write(" ..."); res.write(" ...");