Fix pango markup in wmllint rule

This commit is contained in:
Alexander van Gessel 2009-12-26 00:13:24 +01:00
parent b95e4b475c
commit e07a2e58c1

View file

@ -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>"),
)