Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
6a8617cc
Commit
6a8617cc
authored
Feb 03, 2014
by
metzlerd
Browse files
Fix tag.
parent
82f621c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.module
View file @
6a8617cc
...
...
@@ -782,7 +782,7 @@ function forena_user_reports($category = '') {
foreach
(
$reports
as
$r
)
{
$output
.
=
'<li>'
.
l
(
$r
[
'title'
],
$report_repos
.
'/'
.
str_replace
(
'/'
,
'.'
,
$r
[
'report_name'
]))
.
'</li>'
;
}
$output
.
=
'</ul
>'
;
$output
.
=
'</ul>'
;
}
return
$output
;
}
...
...
Write
Preview
Supports
Markdown
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