Confirmed users
233
edits
Sebastianz (talk | contribs) (Added second solution to 'unknown_kumascript' error) |
Sebastianz (talk | contribs) (Extended description for 'unexpected_attribute') |
||
Line 320: | Line 320: | ||
''Possible solutions'':<br /> | ''Possible solutions'':<br /> | ||
* This is caused by an attribute within an HTML tag, which is not expected to have that attribute, e.g. when a <code><p></code> tag has an <code>id</code> attribute. In those cases you may just remove the attribute from the tag. If you feel, the attribute is valid at that place, file a new bug against the importer and mark it as blocker for [https://bugzilla.mozilla.org/show_bug.cgi?id=1132269 bug 1132269]. | * This is caused by an attribute within an HTML tag, which is not expected to have that attribute, e.g. when a <code><p></code> tag has an <code>id</code> attribute or there is an unnecessary <code>style</code> attribute. In those cases you may just remove the attribute from the tag. If you feel, the attribute is valid at that place, file a new bug against the importer and mark it as blocker for [https://bugzilla.mozilla.org/show_bug.cgi?id=1132269 bug 1132269]. | ||
=== unknown_browser === | === unknown_browser === |