1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Remove CDATA markup from libxslt_tutorial.c

Fixes Debian bug #547396:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547396
This commit is contained in:
Nick Wellnhofer
2016-04-29 21:32:36 +02:00
parent 52e26315b5
commit 6cc3abbfbc

View File

@ -1,4 +1,3 @@
<![CDATA[
/*
* libxslt_tutorial.c: demo program for the XSL Transformation 1.0 engine
*
@ -83,4 +82,3 @@ main(int argc, char **argv) {
return(0);
}
]]>