aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-option.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-option.c')
-rw-r--r--filter/filter-option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter-option.c b/filter/filter-option.c
index 0814c0a536..5c4283b889 100644
--- a/filter/filter-option.c
+++ b/filter/filter-option.c
@@ -233,7 +233,7 @@ xml_create (FilterElement *fe, xmlNodePtr node)
value = (char *)xmlGetProp (n, (const unsigned char *)"value");
work = n->children;
while (work) {
- if (!strcmp ((char *)work->name, "title")) {
+ if (!strcmp ((char *)work->name, "title") || !strcmp ((char *)work->name, "_title")) {
if (!title) {
if (!(tmp = (char *)xmlNodeGetContent (work)))
tmp = (char *)xmlStrdup ((const unsigned char *)"");