diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-05 08:31:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-05 08:31:21 +0000 |
| commit | b82421ac89fe18ad0b43f524727bfb8da42417ec (patch) | |
| tree | d3f43d5e5e35d01b7d97fd91ada5d2db8e5764db /templates/list_topics.tpl | |
| parent | e729cc2fddd91024826933210de14378730cbbef (diff) | |
| download | boards-b82421ac89fe18ad0b43f524727bfb8da42417ec.tar.gz boards-b82421ac89fe18ad0b43f524727bfb8da42417ec.tar.bz2 boards-b82421ac89fe18ad0b43f524727bfb8da42417ec.zip | |
searched for .title} .description} and .data} and added |escape where appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
Diffstat (limited to 'templates/list_topics.tpl')
| -rw-r--r-- | templates/list_topics.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 8382d92..d97249b 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.3 2006/11/22 12:33:57 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.4 2007/01/05 08:31:21 squareing Exp $ *} {strip} <div class="listing bitboard"> <div class="floaticon"> @@ -86,7 +86,7 @@ </td> {if $gBitUser->hasPermission('p_bitboards_edit') || $gBitUser->hasPermission('p_bitboards_post_edit')} - <td style="text-align:center;">{if $thread.unreg > 0}<a class="highlight" href="{$thread.url}" title="{$thread.title}">{$thread.unreg}</a>{/if}</td> + <td style="text-align:center;">{if $thread.unreg > 0}<a class="highlight" href="{$thread.url}" title="{$thread.title|escape}">{$thread.unreg}</a>{/if}</td> {/if} {if $gBitUser->hasPermission('p_bitboards_edit') || $gBitUser->hasPermission('p_bitboards_post_edit')} |
