From b92cc389df17bd2a10003e59ce9c64b86a33c5fb Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 25 Apr 2006 12:29:38 +0000 Subject: [PATCH] truncate fix --- templates/competition/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/competition/index.tpl b/templates/competition/index.tpl index 39a9b68..ce9747d 100644 --- a/templates/competition/index.tpl +++ b/templates/competition/index.tpl @@ -29,7 +29,7 @@ {if $is_raw_mode != true}
-

{$head_title|@default:$blogTitle}

+

{$head_title|@default:$blogTitle|truncate:30:"...":true}

{$head_subtitle|@default:$blogDescription}

-- 2.39.5