diff options
Diffstat (limited to 'modules/mod_recent_page_changes.tpl')
| -rwxr-xr-x[-rw-r--r--] | modules/mod_recent_page_changes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_recent_page_changes.tpl b/modules/mod_recent_page_changes.tpl index 9a4b45c..27fa56c 100644..100755 --- a/modules/mod_recent_page_changes.tpl +++ b/modules/mod_recent_page_changes.tpl @@ -5,7 +5,7 @@ {section name=ix loop=$modLastModif} <li> <a href="{$modLastModif[ix].display_url}" title="{$modLastModif[ix].title|escape} - {displayname user=$modLastModif[ix].modifier_user real_name=$modLastModif[ix].modifier_real_name nolink=1}, {$modLastModif[ix].last_modified|bit_short_date}"> - {if !empty($maxlen)} + {if $maxlen gt 0} {$modLastModif[ix].title|escape|truncate:$maxlen:"...":true} {else} {$modLastModif[ix].title|escape} |
