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

[BUGFIX] Correct fluid namespace definitions #52

Merged
merged 1 commit into from
Apr 23, 2019
Merged

Conversation

benjaminkott
Copy link
Member

Fixes: #51
Releases: master, 9.1, 9.0, 8.7

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers">

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
Copy link
Contributor

Choose a reason for hiding this comment

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

Actually it's nice to have each attribute on its own line since that reduces Git diffs in the future.

Copy link
Member Author

Choose a reason for hiding this comment

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

I think we can adjust this at a later point, for now, I would like to keep it like that for consistency reasons

@benjaminkott benjaminkott merged commit 7a7145b into master Apr 23, 2019
@benjaminkott benjaminkott deleted the bugfix/issue-51 branch April 23, 2019 20:55
benjaminkott added a commit that referenced this pull request Apr 23, 2019
Fixes: #51
Releases: master, 9.1, 9.0, 8.7
benjaminkott added a commit that referenced this pull request Apr 23, 2019
Fixes: #51
Releases: master, 9.1, 9.0, 8.7
benjaminkott added a commit that referenced this pull request Apr 23, 2019
Fixes: #51
Releases: master, 9.1, 9.0, 8.7
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.

Invalid xml namespaces on div elements
3 participants