|
|
@@ -35,6 +35,7 @@ static std::string cmVS10EscapeAttr(std::string arg)
|
|
|
cmSystemTools::ReplaceString(arg, "<", "<");
|
|
|
cmSystemTools::ReplaceString(arg, ">", ">");
|
|
|
cmSystemTools::ReplaceString(arg, "\"", """);
|
|
|
+ cmSystemTools::ReplaceString(arg, "\n", " ");
|
|
|
return arg;
|
|
|
}
|
|
|
|