mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
fix whitespace
fix whitespace.
This commit is contained in:
parent
a05c6a317b
commit
915358dfcb
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ nsTableCellFrame::GetColSpan()
|
|||
dom::Element* elem = mContent->AsElement();
|
||||
const nsAttrValue* attr = elem->GetParsedAttr(
|
||||
MOZ_UNLIKELY(elem->IsMathMLElement()) ? nsGkAtoms::columnspan_
|
||||
: nsGkAtoms::colspan);
|
||||
: nsGkAtoms::colspan);
|
||||
// Note that we don't need to check the tag name, because only table cells
|
||||
// (including MathML <mtd>) and table headers parse the "colspan" attribute
|
||||
// into an integer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue