Skip to content

Commit 36f605c

Browse files
Fix namespace syntax in _EditRecord.html (#6261)
This fixes: > Error: Unknown Namespace: be (error code 0) Co-authored-by: Philipp Kitzberger <coding@kitze.net>
1 parent 678e1d4 commit 36f605c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/ApiOverview/Backend/_UriBuilder/_EditRecord.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{namespace be=TYPO3\CMS\Backend\ViewHelpers\}
2-
{namespace core=TYPO3\CMS\Core\ViewHelpers\}
1+
{namespace be=TYPO3\CMS\Backend\ViewHelpers}
2+
{namespace core=TYPO3\CMS\Core\ViewHelpers}
33
<a href="{be:uri.editRecord(uid:2, table:'pages', returnUrl:'foo/bar')}">
44
<core:icon identifier="actions-document-open"/>
55
Edit Page 2

0 commit comments

Comments
 (0)