From 3fd5f4cc87603d7de773bb44f498d5d8ffa94986 Mon Sep 17 00:00:00 2001
From: Tony Fung
Date: Tue, 5 Jun 2012 11:20:31 +0800
Subject: CSS Style Update to match with other view
---
modules/search/views/search.html.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'modules/search')
diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php
index 3436a00c..db672da2 100644
--- a/modules/search/views/search.html.php
+++ b/modules/search/views/search.html.php
@@ -26,10 +26,10 @@
$item_class = $item->is_album() ? "g-album" : "g-photo" ?>
- = $item->thumb_img() ?>
-
+ = $item->thumb_img(array("class" => "g-thumbnail")) ?>
+
= html::purify(text::limit_chars($item->title, 32, "…")) ?>
-
+
= nl2br(html::purify(text::limit_chars($item->description, 64, "…"))) ?>
--
cgit v1.2.3