From 39d511de3b1c0e3b4f3d2839754d401f61b7ce46 Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 17 Dec 2009 14:16:59 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E7=B1=BB=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=92=8C=E6=95=B0=E6=8D=AE=E9=9B=86=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E9=87=87=E7=94=A8UUID=E5=BD=A2=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4series=E4=B8=AD=E7=9A=84del=E9=93=BE?= =?UTF-8?q?=E6=8E=A5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/views/scripts/data/category.phtml | 2 +- application/default/views/scripts/data/series.phtml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/application/default/views/scripts/data/category.phtml b/application/default/views/scripts/data/category.phtml index 596c5992..6fc72b63 100755 --- a/application/default/views/scripts/data/category.phtml +++ b/application/default/views/scripts/data/category.phtml @@ -30,7 +30,7 @@ $this->breadcrumb()->setSeparator(' > ');
-

escape($md['title']);?> +

escape($md['title']);?>

400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>
diff --git a/application/default/views/scripts/data/series.phtml b/application/default/views/scripts/data/series.phtml index a52a8725..7467e24c 100755 --- a/application/default/views/scripts/data/series.phtml +++ b/application/default/views/scripts/data/series.phtml @@ -28,8 +28,7 @@ $this->breadcrumb()->setSeparator(' > ');
-

escape($md['title']);?> - +

escape($md['title']);?>

400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>