diff options
Diffstat (limited to 'sample/src/main/res/xml/kau_faq.xml')
-rw-r--r-- | sample/src/main/res/xml/kau_faq.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sample/src/main/res/xml/kau_faq.xml b/sample/src/main/res/xml/kau_faq.xml index 5230a31..859b040 100644 --- a/sample/src/main/res/xml/kau_faq.xml +++ b/sample/src/main/res/xml/kau_faq.xml @@ -4,7 +4,8 @@ <question>This is a FAQ question</question> <answer>This is a FAQ answer</answer> <question><![CDATA[Supports <b>HTML</b> <i>tags</i>]]></question> - <answer><![CDATA[Both <u>questions</u> and <u>answers</u> are automatically parsed with <b>HTML</b>]]></answer> + <answer> + <![CDATA[Both <u>questions</u> and <u>answers</u> are automatically parsed with <b>HTML</b>]]></answer> <question>Links</question> <answer><![CDATA[<ul> <li><a href="https://github.com/AllanWang/KAU">Github</a><li> |