Fix pango markup in wmllint rule
This commit is contained in:
parent
b95e4b475c
commit
e07a2e58c1
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ declared_spellings = {"GLOBAL":["I'm", "I've", "I'd", "I'll",
|
|||
pango_conversions = (("~", "<b>", "</b>"),
|
||||
("@", "<span color='green'>", "</span>"),
|
||||
("#", "<span color='red'>", "</span>"),
|
||||
("*", "<span size='big'>", "</span>"),
|
||||
("*", "<span size='large'>", "</span>"),
|
||||
("`", "<span size='small'>", "</span>"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue