Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
library
uw_lib_refshelf
Commits
36079d3d
Commit
36079d3d
authored
Dec 21, 2017
by
Ganesharatnam
Browse files
Heading fix
parent
de64755b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
uw_lib_refshelf.module
uw_lib_refshelf.module
+2
-2
No files found.
uw_lib_refshelf.module
View file @
36079d3d
...
...
@@ -59,7 +59,7 @@ function uw_lib_refshelf_render_data() {
$qparam
=
$_GET
[
'cat_id'
];
$links
=
uw_lib_refshelf_get_links
(
$qparam
,
"toc_id"
);
if
(
empty
(
$links
))
{
$txt
=
"<h
3
>Resources for "
.
$tit
.
"</h
3
><br />"
;
$txt
=
"<h
2
>Resources for "
.
$tit
.
"</h
2
><br />"
;
$links
.
=
uw_lib_refshelf_get_links
(
$qparam
,
"resources"
);
}
$_SESSION
[
'toc_links'
]
=
$links
;
...
...
@@ -73,7 +73,7 @@ function uw_lib_refshelf_render_data() {
$content
.
=
$_SESSION
[
'tit'
];
$content
.
=
"<div>"
.
$_SESSION
[
'toc_links'
]
.
"</div><br />"
;
$tit
=
html_entity_decode
(
$_GET
[
'title'
]);
$txt
=
"<h
3
>"
.
$tit
.
"</h
3
><br />"
;
$txt
=
"<h
2
>"
.
$tit
.
"</h
2
><br />"
;
$content
.
=
$txt
;
$qparam
=
$_GET
[
'toc_id'
];
$content
.
=
uw_lib_refshelf_get_links
(
$qparam
,
"resources"
);
...
...
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