File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ $output .= 'This is a list of all the published and unpublished Step-by-Step gui
3838$ output .= '* [Published Guides](#published-guides) ' . PHP_EOL ;
3939$ output .= '* [Missing Guides](#missing-guides) ' . PHP_EOL ;
4040
41+ $ output .= PHP_EOL ;
42+
4143$ output .= '## Published Guides ' . PHP_EOL . PHP_EOL ;
4244
4345foreach ($ guidesByParentFolder as $ parentFolder => $ guides ) {
@@ -170,4 +172,4 @@ function newGuideUrl(string $fileName = 'GiveYourGuideAName.md') {
170172 return 'https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-StepByStep/new/contrib/Documentation/00Incoming? '
171173 . 'filename= ' . rawurlencode (basename ($ fileName ))
172174 . '&value= ' . rawurlencode ('Copy content the template from: https://raw.githubusercontent.com/TYPO3-Documentation/TYPO3CMS-Guide-StepByStep/refs/heads/contrib/Documentation/90Contribute/10Template/Index.md ' );
173- }
175+ }
You can’t perform that action at this time.
0 commit comments