client: put CDATA around link field of notice; may have &

This commit is contained in:
David Anderson 2021-03-17 17:44:30 -07:00
parent b48b2a2482
commit 3cd980f73e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void NOTICE::write(MIOFILE& f, bool for_gui) {
" <is_private>%d</is_private>\n"
" <project_name>%s</project_name>\n"
" <category>%s</category>\n"
" <link>%s</link>\n",
" <link><![CDATA[%s]]></link>\n",
title,
description.c_str(),
create_time,