mirror of https://github.com/BOINC/boinc.git
client: put CDATA around link field of notice; may have &
This commit is contained in:
parent
b48b2a2482
commit
3cd980f73e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue