mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Update hooks_server-side.md
This commit is contained in:
parent
29ab7b9026
commit
d31523aa08
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ var Changeset = require("ep_etherpad-lite/static/js/Changeset");
|
||||||
exports.getLineHTMLForExport = function (hook, context) {
|
exports.getLineHTMLForExport = function (hook, context) {
|
||||||
var header = _analyzeLine(context.attribLine, context.apool);
|
var header = _analyzeLine(context.attribLine, context.apool);
|
||||||
if (header) {
|
if (header) {
|
||||||
return "<" + header + ">" + context.lineContents + "</" + header + ">";
|
return "<" + header + ">" + context.lineContent + "</" + header + ">";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue