trim href rendered by skin to cut newline and space chars
This commit is contained in:
parent
dbee94cdd4
commit
cb6d350588
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ public class HopExtension {
|
|||
ESObject param = new ObjectPrototype (null, reval.evaluator);
|
||||
param.putProperty ("path", new ESString (path), "path".hashCode ());
|
||||
skin.render (reval, obj, param);
|
||||
return new ESString (reval.res.popStringBuffer ());
|
||||
return new ESString (reval.res.popStringBuffer ().trim ());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue