projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[BUGFIX] Fix return value in command site:list
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
reports
/
Resources
/
Private
/
Templates
/
Report
/
Detail.html
1
<f:layout
name
=
"Default"
/>
2
3
<f:section
name
=
"content"
>
4
<h1><f:translate
key
=
"title"
/></h1>
5
6
<f:if
condition
=
"{error}"
>
7
<f:then>
8
{error}
9
</f:then>
10
<f:else>
11
<f:format
.html
parseFuncTSPath
=
""
>
{content -
>
f:format.raw()}
</f:format
.html
>
12
</f:else>
13
</f:if>
14
</f:section>