Skip to content

Commit 3d977fb

Browse files
fix: apply whitespace fixes (#119)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5560626 commit 3d977fb

File tree

9 files changed

+6
-9
lines changed

9 files changed

+6
-9
lines changed

Documentation/Backend.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/Core.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/Form.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/Global.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/Global/Be/PagePath.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ Default::
2121
<f:be.pagePath />
2222

2323
Current page path, prefixed with "Path:" and wrapped in a span with the class ``typo3-docheader-pagePath``.
24-

Documentation/Global/Format/Html.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ Inline notation
8989
Output::
9090

9191
TYPO3 is a cool <strong>CMS</strong> (<a href="https://www.typo3.org" target="_blank">TYPO3</a>).
92-

Documentation/Global/Media.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ MP4 Video Object with loop and autoplay option set
4848
Output::
4949

5050
<video width="400" height="375" controls loop><source src="fileadmin/user_upload/my-video.mp4" type="video/mp4"></video>
51-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<f:layout name="MyLayout"/>
22
<f:section name="Content">
33
<f:flashMessages />
4-
</f:section>
4+
</f:section>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<f:layout name="MyLayout"/>
22
<f:section name="Content">
33
<f:flashMessages queueIdentifier="extbase.flashmessages.tx_myextension_myplugin"/>
4-
</f:section>
4+
</f:section>

0 commit comments

Comments
 (0)