Merge pull request #4274 from BOINC/dpa_notice_xml

client: put CDATA around link field of notice; may have &
This commit is contained in:
Vitalii Koshura 2021-03-18 08:09:50 +01:00 committed by Charlie Fenton
parent 89d53bf04e
commit f70b56a345
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,