Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
7b7759ae
Commit
7b7759ae
authored
Jul 25, 2017
by
Dominik Hebeler
Browse files
Update metager3resultsrss20.blade.php
parent
381ee35f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3resultsrss20.blade.php
View file @
7b7759ae
...
...
@@ -7,6 +7,7 @@
<title>
{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer
</title>
<opensearch:totalResults>
{{ $resultcount }}
</opensearch:totalResults>
<opensearch:Query
role=
"request"
searchTerms=
"{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"
/>
<mg:nextSearchResults
url=
"{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}"
/>
@if($apiAuthorized)
@foreach($metager->getResults() as $result)
...
...
Write
Preview
Markdown
is supported
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