wmllint: Recognize [background_layer] in [part]
This commit is contained in:
parent
a1e2903c59
commit
436e808528
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ def local_sanity_check(filename, nav, key, prefix, value, comment):
|
|||
actual_tag = "[" + nav.element[2:]
|
||||
else:
|
||||
actual_tag = nav.element
|
||||
if actual_tag not in ("[part]", "[image]", "[insert_tag]",
|
||||
if actual_tag not in ("[part]", "[background_layer]", "[image]", "[insert_tag]",
|
||||
"[if]", "[then]", "[else]", "[switch]", "[case]",
|
||||
"[variable]", "[deprecated_message]"):
|
||||
print errlead + '%s not permitted within [part] tag' % nav.element
|
||||
|
|
Loading…
Add table
Reference in a new issue