Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Fixed XML examples#2866
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fixed XML examples#2866
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dbname="%database_name%" | ||
user="%database_user%" | ||
password="%database_password%" | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
should be/>
Awesome, great job! 👍 |
@@ -319,7 +319,11 @@ object. | |||
<!-- Acme/TaskBundle/Resources/config/validation.xml --> | |||
<?xml version="1.0" charset="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
shouldn't it beencoding
here ?
Great job Wouter! Very minor tweaks at sha:56b6b25 Thanks! |
Was on my todo list for quite a long time. xabbuh pushed me to do it after his PR :)
The big deal comes in the cookbook, where a lot of namespaces and xml schema paths are wrong. But I've seen enough XML for today... 💫 😵