Skip to content
GitLab
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
30d6066f
Commit
30d6066f
authored
Dec 01, 2021
by
Thomas Löffler
Browse files
[BUGFIX] Fix url to extensions
parent
564c3d9a
Pipeline
#20308
passed with stages
in 4 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Resources/Private/Templates/Solr/SolrResults.html
View file @
30d6066f
...
...
@@ -57,7 +57,7 @@
<f:if
condition=
"{documents}"
>
<f:then>
<f:for
each=
"{documents}"
as=
"document"
>
<a
class=
"small"
href=
"
{document.fields.url
}"
>
<a
class=
"small"
href=
"
https://extensions.typo3.org/extension/{document.fields.extensionKey_stringS
}"
>
<p
class=
"mb-3"
>
{document.fields.extensionKey_stringS}
—
{document.fields.title}
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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