Skip to content

Fixing syntax for opening note block so notes render correctly #1715

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

Merged
merged 3 commits into from
Sep 18, 2012

Conversation

richardmiller-zz
Copy link
Contributor

A couple of note blocks are rendering as php code examples due to some spaces I missed in the .. note:: syntax

@@ -371,7 +371,7 @@ but getting an up to date configuration whilst developing your application::
// ...
$container->compile();

if(!$isDebug)
if(!$isDebug)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although it isn't your mistake, could you please make this correct? It should be:

if (!$isDebug) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done - it probably was my mistake just not in this PR :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@richardmiller it isn't correct now, you forgot the opening bracket (or am I missing someting?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wouterj no I missed that it was the missing brace rather than the missing space that you were pointing out. I have added it now

weaverryan added a commit that referenced this pull request Sep 18, 2012
Fixing syntax for opening note block so notes render correctly
@weaverryan weaverryan merged commit f08f0a8 into symfony:2.0 Sep 18, 2012
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

Successfully merging this pull request may close these issues.

3 participants