Skip to content

Commit

Permalink
Merge pull request #4274 from BOINC/dpa_notice_xml
Browse files Browse the repository at this point in the history
client: put CDATA around link field of notice; may have &
  • Loading branch information
AenBleidd authored and Charlie Fenton committed Jun 2, 2021
1 parent 89d53bf commit f70b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/notice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f70b56a

Please sign in to comment.