Fixed xml entities in file titles
This commit is contained in:
parent
f11de7259e
commit
05a638794e
@ -132,7 +132,7 @@ define([
|
|||||||
if(_.size(this.publishLocations) !== 0) {
|
if(_.size(this.publishLocations) !== 0) {
|
||||||
result.push('<i class="icon-share title-icon-category"></i>');
|
result.push('<i class="icon-share title-icon-category"></i>');
|
||||||
}
|
}
|
||||||
result.push(this.title);
|
result.push(_.escape(this.title));
|
||||||
return result.join('');
|
return result.join('');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user