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
ee73ce1e
Commit
ee73ce1e
authored
Oct 15, 2009
by
Nigel McNie
Browse files
Fixed mismatched quoting for {str} tags, which is now failing with Dwoo.
Signed-off-by:
Nigel McNie
<
nigel@catalyst.net.nz
>
parent
39d93b17
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/theme/raw/post.tpl
View file @
ee73ce1e
{
if
$post
->
deleted
}
{
assign
var
=
poster
value
=
$post
->
poster
|
display_name
|
escape
}
<h4
class=
"deletedpost"
>
{
str
tag
=
"postbyuserwasdeleted"
section
=
"
interaction
.
forum
args
=
$poster
}
</h4>
<h4
class=
"deletedpost"
>
{
str
tag
=
"postbyuserwasdeleted"
section
=
"interaction.forum
"
args
=
$poster
}
</h4>
{
else
}
{
if
$post
->
parent
}
{
include
file
=
"interaction:forum:simplepost.tpl"
post
=
$post
groupadmins
=
$groupadmins
}
...
...
htdocs/interaction/forum/theme/raw/simplepost.tpl
View file @
ee73ce1e
...
...
@@ -18,7 +18,7 @@
</td>
<td
class=
"postedits"
>
{
$post
->
body
|
clean_html
}
{
if
$post
->
edit
}
<h5>
{
str
tag
=
"editstothispost"
section
=
"
interaction
.
forum
}
</h5>
<h5>
{
str
tag
=
"editstothispost"
section
=
"interaction.forum
"
}
</h5>
<ul>
{
foreach
from
=
$post
->
edit
item
=
edit
}
<li>
...
...
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