Skip to content

Commit ac7897d

Browse files
committed
Remove trailing spaces on literal string for inline xsd
https://tracker.physiomeproject.org/show_bug.cgi?id=3860
1 parent d7b292d commit ac7897d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/String_InternalXSD.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141

4242
#include "String_InternalXSD.h"
4343

44-
const char * const HREF_STRING_XSD = "<schema targetNamespace=\"http://www.w3.org/1999/xlink\" \
44+
const char * const HREF_STRING_XSD = "<schema targetNamespace=\"http://www.w3.org/1999/xlink\" \
4545
xmlns:xlink=\"http://www.w3.org/1999/xlink\" \
4646
xmlns=\"http://www.w3.org/2001/XMLSchema\"> \
4747
<annotation> \
4848
<documentation xml:lang=\"en\"> \
49-
This schema provides the XLink href attribute for use in the MathML2 \
49+
This schema provides the XLink href attribute for use in the MathML2 \
5050
schema. Written by Max Froumentin, W3C. \
5151
</documentation> \
5252
</annotation> \

0 commit comments

Comments
 (0)