Also transform free-standing URLs in story texts into
full HTML link tags.
This commit is contained in:
parent
37fdfc79ae
commit
ca9c34214b
1 changed files with 1 additions and 1 deletions
|
@ -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(" ...");
|
||||||
|
|
Loading…
Add table
Reference in a new issue