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
85d61e97
Commit
85d61e97
authored
Nov 05, 2009
by
Richard Mansfield
Browse files
Fix broken end tag
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
b7f47e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/theme/raw/view.tpl
View file @
85d61e97
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
</div>
</div>
<p>
{
$blog
->
get
(
'description'
)
}
</p>
<p>
{
$blog
->
get
(
'description'
)
}
</p>
{
if
$blog
->
get
(
'tags'
)
}
<p
class=
"tags"
>
{
str
tag
=
tags
}
:
{
list_tags
owner
=
$blog
->
get
(
'owner'
)
tags
=
$blog
->
get
(
'tags'
)
}
</p
{/
if
}
{
if
$blog
->
get
(
'tags'
)
}
<p
class=
"tags"
>
{
str
tag
=
tags
}
:
{
list_tags
owner
=
$blog
->
get
(
'owner'
)
tags
=
$blog
->
get
(
'tags'
)
}
</p
>
{/
if
}
{
if
$blog
->
count_children
()
>
0
}
{
if
$blog
->
count_children
()
>
0
}
<table
id=
"postlist"
class=
"hidden tablerenderer fullwidth nohead"
>
<table
id=
"postlist"
class=
"hidden tablerenderer fullwidth nohead"
>
...
...
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