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 | ec82c618f421112d1bb4fff12b8e1c193c7b1900 (patch) | |
| tree | 02f857040300fc2e86f7847b65ef744b8b701000 /modules | |
| parent | b19b304435265caab26a050568ed346f985d7186 (diff) | |
| download | fisheye-ec82c618f421112d1bb4fff12b8e1c193c7b1900.tar.gz fisheye-ec82c618f421112d1bb4fff12b8e1c193c7b1900.tar.bz2 fisheye-ec82c618f421112d1bb4fff12b8e1c193c7b1900.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 'modules')
| -rw-r--r-- | modules/mod_images.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mod_images.tpl b/modules/mod_images.tpl index ba69c3a..b702b35 100644 --- a/modules/mod_images.tpl +++ b/modules/mod_images.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_fisheye/modules/mod_images.tpl,v 1.4 2006/03/25 20:48:56 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_fisheye/modules/mod_images.tpl,v 1.5 2007/01/05 08:31:21 squareing Exp $ *} {strip} {if $gBitSystem->isPackageActive( 'fisheye' ) && $modImages} {bitmodule title="$moduleTitle" name="fisheye_images"} @@ -21,9 +21,9 @@ {if $module_params.description} <br /> {if $maxlendesc gt 0} - {$modImg.data|truncate:$maxlendesc:"...":true} + {$modImg.data|escape|truncate:$maxlendesc:"...":true} {else} - {$modImg.data} + {$modImg.data|escape} {/if} {/if} </li> |
