Skip to content
GitLab
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
7db39edf
Commit
7db39edf
authored
Jul 25, 2017
by
Dominik Hebeler
Browse files
Update metager3resultsrss20.blade.php
parent
f42a8192
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/metager3resultsrss20.blade.php
View file @
7db39edf
...
...
@@ -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
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