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
a3a3824a
Commit
a3a3824a
authored
Jan 14, 2009
by
Nigel McNie
Browse files
Run the forum description through HTML filtering.
parent
b86d4713
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/theme/default/view.tpl
View file @
a3a3824a
...
...
@@ -8,7 +8,7 @@
<div
id=
"viewforum"
>
<table
id=
"forumdescription"
>
<tr>
<td>
{
$forum
->
description
}
</td>
<td>
{
$forum
->
description
|
clean_text
}
</td>
{
if
$admin
}
<td
align=
"right"
class=
"nowrap"
>
<a
href=
"
{
$WWWROOT
}
interaction/edit.php?id=
{
$forum
->
id
|
escape
}
"
class=
"btn-editdk"
>
{
str
tag
=
"edittitle"
section
=
"interaction.forum"
}
</a></td>
...
...
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