Skip to content
Snippets Groups Projects
Commit fc56b02c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update metager3resultsrss20.blade.php

parent d7d49a17
No related branches found
No related tags found
2 merge requests!1061Development,!1046Patch
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<title>{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer</title> <title>{!! htmlspecialchars($eingabe, ENT_XML1, 'UTF-8'); !!} - MetaGer</title>
<opensearch:totalResults>{{ $resultcount }}</opensearch:totalResults> <opensearch:totalResults>{{ $resultcount }}</opensearch:totalResults>
<opensearch:Query role="request" searchTerms="{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"/> <opensearch:Query role="request" searchTerms="{{ htmlspecialchars($eingabe, ENT_QUOTES) }}"/>
<mg:nextSearchResults url="{{htmlspecialchars($metager->nextSearchLink() ,ENT_QUOTES)}}" />
@if($apiAuthorized) @if($apiAuthorized)
@foreach($metager->getResults() as $result) @foreach($metager->getResults() as $result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment