OSDN Git Service

2.0.3 jp8.1
authorhsur <hsur@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 19 Mar 2007 17:34:02 +0000 (17:34 +0000)
committerhsur <hsur@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 19 Mar 2007 17:34:02 +0000 (17:34 +0000)
Fix short open tags.

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@543 1ca29b6e-896d-4ea0-84a5-967f57386b96

trunk/NP_TrackBack/NP_TrackBack.php
trunk/NP_TrackBack/trackback/japanese-euc.templates/all.html
trunk/NP_TrackBack/trackback/japanese-euc.templates/blocked.html
trunk/NP_TrackBack/trackback/japanese-euc.templates/response_all.xml
trunk/NP_TrackBack/trackback/japanese-euc.templates/response_blocked.xml
trunk/NP_TrackBack/trackback/japanese-utf8.templates/all.html
trunk/NP_TrackBack/trackback/japanese-utf8.templates/blocked.html
trunk/NP_TrackBack/trackback/japanese-utf8.templates/response_all.xml
trunk/NP_TrackBack/trackback/japanese-utf8.templates/response_blocked.xml
trunk/NP_TrackBack/trackback/templates/all.html
trunk/NP_TrackBack/trackback/templates/blocked.html

index 8eac40d..f61e020 100644 (file)
@@ -2611,7 +2611,7 @@ function _strip_controlchar($string){\r    $string = preg_replace("/[\x01-\x08\x0b\x
                function getName()        {             return 'TrackBack';   }
                function getAuthor()      {             return 'rakaz + nakahara21 + hsur'; }
                function getURL()         {             return 'http://blog.cles.jp/np_cles/category/31/subcatid/3'; }
-               function getVersion()     {             return '2.0.3 jp8'; }
+               function getVersion()     {             return '2.0.3 jp8.1'; }
                function getDescription() {             return _TB_DESCRIPTION; }
        
 //modify start+++++++++
index d6a22d9..56c75b1 100644 (file)
@@ -54,7 +54,7 @@
                                <?php echo str_replace(' ', '&nbsp;', date("Y-m-d @ H:i",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index 636a91d..551acbe 100644 (file)
@@ -59,7 +59,7 @@
                                <?php echo $item['timestamp'];?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl;?>silk/house_go.png" /></a>
index 18d3782..bbd5a44 100644 (file)
@@ -10,7 +10,7 @@
                                <?php echo str_replace(' ', '&#160;', date("Y-m-d\nH:i:s",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index ded63ce..bcbb086 100644 (file)
@@ -10,7 +10,7 @@
                                <?php echo str_replace(' ', '&#160;', date("Y-m-d\nH:i:s",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index d6a22d9..56c75b1 100644 (file)
@@ -54,7 +54,7 @@
                                <?php echo str_replace(' ', '&nbsp;', date("Y-m-d @ H:i",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index 1e47b6b..244a03e 100644 (file)
@@ -59,7 +59,7 @@
                                <?php echo $item['timestamp'];?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl;?>silk/house_go.png" /></a>
index 18d3782..bbd5a44 100644 (file)
@@ -10,7 +10,7 @@
                                <?php echo str_replace(' ', '&#160;', date("Y-m-d\nH:i:s",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index ded63ce..bcbb086 100644 (file)
@@ -10,7 +10,7 @@
                                <?php echo str_replace(' ', '&#160;', date("Y-m-d\nH:i:s",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index d6a22d9..56c75b1 100644 (file)
@@ -54,7 +54,7 @@
                                <?php echo str_replace(' ', '&nbsp;', date("Y-m-d @ H:i",$item['timestamp']));?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl?>silk/house_go.png" /></a>
index d21edfc..ca024cf 100644 (file)
@@ -59,7 +59,7 @@
                                <?php echo $item['timestamp'];?>
                        </td>
                        <td>
-                               <a href="<? echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
+                               <a href="<?php echo $item['story_url']; ?>"><?php echo $item['story'];?></a>
                        </td>
                        <td>
                                <a href="<?php echo $item['url'];?>"><?php echo $item['url'];?>"><img alt="Visit" border="0" src="<?php echo $plugindirurl;?>silk/house_go.png" /></a>