From b17106664151dad0af0aef31653f7a7d2e8c3dc8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Oct 2009 12:36:38 +0400 Subject: misc dialog tweaks --- functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2c2a81c56..eabb5a358 100644 --- a/functions.php +++ b/functions.php @@ -2862,8 +2862,11 @@ } else { $is_selected = ""; } + + $title = truncate_string(htmlspecialchars($line["title"]), 40); + printf("", - $line["id"], htmlspecialchars($line["title"])); + $line["id"], $title); } print ""; -- cgit v1.2.3