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
extensions.typo3.org
extensions.typo3.org
Commits
760678f7
Commit
760678f7
authored
Jul 19, 2017
by
Jens Jacobsen
Browse files
Use fq parameter instead of query parameter
parent
88a1b4c8
Pipeline
#1708
passed with stages
in 3 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/Show.html
View file @
760678f7
...
...
@@ -53,7 +53,7 @@
<h3>
Tags
</h3>
<p
class=
"tags"
>
<f:for
each=
"{extension.tags}"
as=
"tag"
>
<f:link.page
class=
"btn btn-info mb-1"
pageUid=
"{settings.pages.searchResultsPid}"
additionalParams=
"{q: 'keywords:{tag.title}'}"
>
#{tag.title}
</f:link.page>
<f:link.page
class=
"btn btn-info mb-1"
pageUid=
"{settings.pages.searchResultsPid}"
additionalParams=
"{
f
q: 'keywords:{tag.title}'}"
>
#{tag.title}
</f:link.page>
</f:for>
</p>
</f:if>
...
...
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