Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong bracket in documentation #61

Closed
rshdlr opened this issue Oct 19, 2015 · 1 comment
Closed

wrong bracket in documentation #61

rshdlr opened this issue Oct 19, 2015 · 1 comment

Comments

@rshdlr
Copy link

rshdlr commented Oct 19, 2015

In the file http://pugixml.org/docs/manual.html#node_cdata the example line

<node> <![CDATA[[text1]]> <child/> <![CDATA[[text2]]> </node>

seems to contain two extra [ characters, i.e. should be

<node> <![CDATA[text1]]> <child/> <![CDATA[text2]]> </node>

instead.

@rshdlr
Copy link
Author

rshdlr commented Oct 19, 2015

Changed issue to pull request.

@rshdlr rshdlr closed this as completed Oct 19, 2015
zeux added a commit that referenced this issue Oct 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant