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
0e8c9a17
Commit
0e8c9a17
authored
Apr 06, 2010
by
Evan Goldenberg
Browse files
add missing closing tag in blog template
Signed-off-by:
Evan Goldenberg
<
evang@catalyst.net.nz
>
parent
40893d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/theme/raw/index.tpl
View file @
0e8c9a17
{
include
file
=
"header.tpl"
}
<div
id=
"myblogs rel"
>
<div
class=
"rbuttons"
>
<a
class=
"btn btn-add"
href=
"
{
$WWWROOT
}
artefact/blog/new/"
>
{
str
section
=
"artefact.blog"
tag
=
"addblog"
}
</a>
</div>
<div
id=
"myblogs rel"
>
{
if
!
$blogs
->
data
}
<div>
{
str
tag
=
youhavenoblogs
section
=
artefact
.
blog
}
</div>
{
else
}
...
...
@@ -16,4 +16,5 @@
</table>
{
$blogs
->
pagination
}
{/
if
}
</div>
{
include
file
=
"footer.tpl"
}
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