Replace use of 'content' with 'title_content'

We'll only be modifying the subtitle and title, so use the provided
content templates.
master
Ben Moon 2016-07-05 10:58:39 +01:00
parent d9073eb3a1
commit c35d489c48
3 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ handle query_lc => sub {
templates => {
group => "text",
options => {
content => 'DDH.rgb_color.content',
title_content => 'DDH.rgb_color.title_content',
},
}
};

View File

@ -22,7 +22,7 @@ sub build_structured_answer {
templates => {
group => "text",
options => {
content => 'DDH.rgb_color.content',
title_content => 'DDH.rgb_color.title_content',
},
}
};