Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
b274812c
Commit
b274812c
authored
Dec 20, 2019
by
Thomas Löffler
Browse files
Rmove upper case path segment from RSS feed
parent
73d49f04
Pipeline
#8246
passed with stages
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Resources/Private/Templates/News/News/List.xml
View file @
b274812c
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<pubDate>
<pubDate>
<f:format.date
format=
"r"
>
{newsItem.datetime}
</f:format.date>
<f:format.date
format=
"r"
>
{newsItem.datetime}
</f:format.date>
</pubDate>
</pubDate>
<title>
{newsItem.pathSegment -> f:format.case(mode:'upper')}:
{newsItem.title -> f:format.htmlspecialchars()}
<title>
{newsItem.title -> f:format.htmlspecialchars()}
</title>
</title>
<link>
<link>
<f:format.htmlentities>
<f:format.htmlentities>
...
...
Thomas Löffler
@tomalo.stuttgart
mentioned in issue
#463 (closed)
·
Jan 22, 2020
mentioned in issue
#463 (closed)
mentioned in issue #463
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment