mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
최근 문서 위젯 > 뉴스티커의 div id값이 숫자로만 생성되는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3145 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a4accb747
commit
4c418919f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue