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
6c41889f
Commit
6c41889f
authored
Sep 07, 2017
by
Phil Höfer
Browse files
Update MetaGer.php
parent
47369181
Changes
1
Show whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
6c41889f
...
...
@@ -165,7 +165,7 @@ class MetaGer
->
with
(
'resultcount'
,
sizeof
(
$viewResults
));
break
;
case
'atom10'
:
return
response
()
->
view
(
'metager3resultsatom10'
,
[
'results'
=>
$viewResults
,
'eingabe'
=>
$this
->
eingabe
,
'metager'
=>
$this
,
'resultcount'
=>
sizeof
(
$view
r
esults
)])
return
response
()
->
view
(
'metager3resultsatom10'
,
[
'results'
=>
$viewResults
,
'eingabe'
=>
$this
->
eingabe
,
'metager'
=>
$this
,
'resultcount'
=>
sizeof
(
$view
R
esults
)])
->
header
(
'Content-Type'
,
'application/xml'
);
break
;
case
'result-count'
:
...
...
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