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
mahara
mahara
Commits
b5d2632e
Commit
b5d2632e
authored
Dec 08, 2006
by
Martyn Smith
Committed by
Martyn Smith
Dec 08, 2006
Browse files
Fix rendering
parent
bd677cbc
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/lib.php
View file @
b5d2632e
...
...
@@ -109,7 +109,10 @@ class ArtefactTypeProfile extends ArtefactType {
if
(
$format
==
FORMAT_ARTEFACT_LISTSELF
&&
$this
->
title
)
{
return
$this
->
title
;
}
return
false
;
if
(
$format
==
FORMAT_ARTEFACT_RENDERFULL
&&
$this
->
title
)
{
return
$this
->
title
;
}
return
''
;
}
public
function
get_icon
()
{
...
...
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