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
9b052e27
Commit
9b052e27
authored
Feb 03, 2014
by
metzlerd
Browse files
Changed anchor to id to fix ie 8 bug.
parent
757ad62f
Changes
1
Hide whitespace changes
Inline
Side-by-side
forena.module
View file @
9b052e27
...
...
@@ -751,7 +751,7 @@ function forena_user_reports($category = '') {
$links
=
''
;
foreach
(
$reports
as
$category
=>
$reports
)
{
$links
.
=
'<li><a href="#'
.
urlencode
(
$category
)
.
'">'
.
$category
.
'</a></li> '
;
$output
.
=
'<h3
><a name
="'
.
urlencode
(
$category
)
.
'"
/
>'
.
$category
.
'</h3>'
;
$output
.
=
'<h3
id
="'
.
urlencode
(
$category
)
.
'">'
.
$category
.
'</h3>'
;
$output
.
=
'<ul>'
;
foreach
(
$reports
as
$r
)
{
$output
.
=
'<li>'
.
l
(
$r
[
'title'
],
$report_repos
.
'/'
.
str_replace
(
'/'
,
'.'
,
$r
[
'report_name'
]))
.
'</li>'
;
...
...
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