TYPO3-Documentation / TYPO3CMS-Reference-ViewHelper

Automatically generated ViewHelper reference
https://docs.typo3.org/other/typo3/view-helper-reference/master/en-us/
0 stars 17 forks source link

Fix output with correct html tag ending #12

Closed mikaykun closed 5 years ago

sypets commented 5 years ago

Hi, thanks for your fix.

This is the automatically generated VH ref. This means: What you see as .rst file and the rendered documentation is actually automatically generated from the source code of TYPO3 and Fluid.

So, if you wish to make a change, you must do it in the source.

I already created a patch for this just now: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61079


Further information:

The source is:

  1. TYPO3 CMS source code (for typo3 ViewHelpers):
  2. or in the Fluid source code (for Fluid ViewHelpers) https://github.com/TYPO3/Fluid/tree/master/src/ViewHelpers

For 1, you can make the change directly in that repo using "Edit me on GitHub" or working with git locally (GitHub pull request)

For 2, the contribution workflow for TYPO3 CMS source is: https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/

Alternatively, you can use "Edit me on GitHub" on the mirrored source on GitHub (which will automatically create a patch on Gerrit https://review.typo3.org): https://github.com/TYPO3/TYPO3.CMS/tree/master/typo3/sysext/fluid/Classes/ViewHelpers

--

Sorry, if this is confusing. What we probably should do, is to add information about contributing to the start page. I will try to create a PR for that.