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
c6af3919
Commit
c6af3919
authored
May 04, 2010
by
Richard Mansfield
Browse files
Escape notification subjects in inbox block
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
d388e75b
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/blocktype/inbox/theme/raw/inbox.tpl
View file @
c6af3919
...
...
@@ -5,8 +5,8 @@
<img
src=
"
{
theme_url
filename
=
cat
(
'images/'
$i.type
'.gif'
)
}
"
/>
</td>
<td>
{
if
$i.url
}
<a
href=
"
{
$i.url
}
"
>
{/
if
}
{
$i.subject
}
{
if
$i.url
}
<a
href=
"
{
$i.url
|
escape
}
"
>
{/
if
}
{
$i.subject
|
escape
}
{
if
$i.url
}
</a>
{/
if
}
</td>
</tr>
...
...
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