mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
more sensible naming
This commit is contained in:
parent
63ab85aeb2
commit
887c242b6c
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
|
||||||
var tname = (dom.nodeTagName(node) || "").toLowerCase();
|
var tname = (dom.nodeTagName(node) || "").toLowerCase();
|
||||||
if (tname == "img")
|
if (tname == "img")
|
||||||
{
|
{
|
||||||
state.lineAttributes.image = node.outerHTML;
|
state.lineAttributes.pastedImage = node.outerHTML;
|
||||||
}
|
}
|
||||||
else if (tname == "br")
|
else if (tname == "br")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue