[xoops-cvslog 34] CVS update: xoops2jp/html/modules/sections

アーカイブの一覧に戻る

onokazu onoka****@users*****
2005年 5月 30日 (月) 20:17:28 JST


Index: xoops2jp/html/modules/sections/index.php
diff -u xoops2jp/html/modules/sections/index.php:1.2.6.1 xoops2jp/html/modules/sections/index.php:1.2.6.2
--- xoops2jp/html/modules/sections/index.php:1.2.6.1	Thu May 26 19:35:16 2005
+++ xoops2jp/html/modules/sections/index.php	Mon May 30 20:17:28 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php,v 1.2.6.1 2005/05/26 10:35:16 onokazu Exp $
+// $Id: index.php,v 1.2.6.2 2005/05/30 11:17:28 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -49,7 +49,7 @@
             echo "<tr>";
             $count = 0;
         }
-        echo "<td><a href='index.php?op=listarticles&secid=$secid'><img src='images/$image' border='0' alt='$secname'></a>";
+        echo "<td><a href='index.php?op=listarticles&secid=$secid'><img src='images/$image' border='0' alt='$secname' /></a>";
         $count++;
         if ( $count == 2 ) {
             echo "</tr>";
@@ -70,7 +70,7 @@
     $secname = $myts->makeTboxData4Show($secname);
     $image = $myts->makeTboxData4Show($image);
     $result = $xoopsDB->query("SELECT artid, secid, title, content, counter FROM ".$xoopsDB->prefix("seccont")." WHERE secid=$secid");
-    echo "<div><img src='images/$image' border='0'><br /><br />";
+    echo "<div><img src='images/$image' border='0' /><br /><br />";
     printf(_MD_THISISSECTION,$secname);
     echo "<br />"._MD_THEFOLLOWING."<br /><br /><table border='0'>";
     while ( list($artid, $secid, $title, $content, $counter) = $xoopsDB->fetchRow($result) ) {


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る