Added call for encode() as default in Story.format_filter() method
This commit is contained in:
parent
2387aa90a1
commit
4cb2e3cb61
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ Story.prototype.format_filter = function(value, param, mode) {
|
|||
|
||||
default:
|
||||
value = this.macro_filter(value, param);
|
||||
return this.url_filter(value, param);
|
||||
return encode(this.url_filter(value, param));
|
||||
}
|
||||
}
|
||||
return String.EMTPY;
|
||||
|
|
Loading…
Add table
Reference in a new issue