onokazu
onoka****@users*****
2006年 5月 1日 (月) 11:37:29 JST
Index: xoops2jp/html/modules/news/templates/news_archive.html diff -u xoops2jp/html/modules/news/templates/news_archive.html:1.1 xoops2jp/html/modules/news/templates/news_archive.html:1.2 --- xoops2jp/html/modules/news/templates/news_archive.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/news/templates/news_archive.html Mon May 1 11:37:29 2006 @@ -24,7 +24,7 @@ <{foreach item=story from=$stories}> - <tr class="<{cycle values="even, odd"}>"> + <tr class="<{cycle values="even,odd"}>"> <td><{$story.title}></td><td align="center"><a href="<{$story.print_link}>"><img src="images/print.gif" alt="<{$lang_printer}>" /></a> <a href="<{$story.mail_link}>" target="_top" /><img src="images/friend.gif" alt="<{$lang_sendstory}>" /></td><td align="center"><{$story.counter}></td><td align="center"><{$story.date}></td> </tr>