최근 문서 위젯 > 뉴스티커의 div id값이 숫자로만 생성되는 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3145 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-03 07:28:15 +00:00
parent 7a4accb747
commit 4c418919f4

View file

@ -8,7 +8,7 @@
<!--@elseif($colorset=="black")--> <!--%import("css/black.css")-->
<!--@else--> {@ $colorset = "none" } <!--%import("css/none.css")--> <!--@end-->
{@ $_news_ticker_id = "news_ticker_"+time() }
{@ $_news_ticker_id = "news_ticker_".time() }
<div class="news_ticker_{$colorset}">
<table cellspacing="0">
<col width="15" />