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

lib/parser: Add missing closing div tag #2523

Merged
merged 2 commits into from
Aug 28, 2022

Conversation

wenzeslaus
Copy link
Member

@wenzeslaus wenzeslaus commented Aug 14, 2022

End of file is being added both in parser and also in mkhtml because it is removed so that documentation can be just appended. This marks the closing tag with a comment so that the right line is removed.

(An ultimate solution is moving to more template-like replacement instead of the current file append.)

…it is removed so that documentation can be just appended. This marks the closing tag with a comment so tha the right line is removed. (Ultimate solution is moving to more template-like replacement instead of using appending.)
@neteler neteler added this to the 8.3.0 milestone Aug 28, 2022
@neteler neteler added the bug Something isn't working label Aug 28, 2022
@wenzeslaus wenzeslaus merged commit b35aca1 into OSGeo:main Aug 28, 2022
@wenzeslaus wenzeslaus deleted the add-missing-div branch August 28, 2022 12:21
neteler pushed a commit that referenced this pull request Oct 23, 2022
End of file is being added both in parser and also in mkhtml because it is removed so that documentation can be just appended. This marks the closing tag with a comment so that the right line is removed.

(An ultimate solution is moving to more template-like replacement instead of the current file append.)
@neteler neteler modified the milestones: 8.3.0, 8.2.1 Oct 23, 2022
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
End of file is being added both in parser and also in mkhtml because it is removed so that documentation can be just appended. This marks the closing tag with a comment so that the right line is removed.

(An ultimate solution is moving to more template-like replacement instead of the current file append.)
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
End of file is being added both in parser and also in mkhtml because it is removed so that documentation can be just appended. This marks the closing tag with a comment so that the right line is removed.

(An ultimate solution is moving to more template-like replacement instead of the current file append.)
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
End of file is being added both in parser and also in mkhtml because it is removed so that documentation can be just appended. This marks the closing tag with a comment so that the right line is removed.

(An ultimate solution is moving to more template-like replacement instead of the current file append.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants