OSDN Git Service

Convert character code of the source code to UTF-8 from EUC-JP
[pukiwiki/pukiwiki.git] / plugin / ls.inc.php
index 5328d4c..360e213 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /*
- * PukiWiki ls¥×¥é¥°¥¤¥ó
+ * PukiWiki lsプラグイン
  *
  * CopyRight 2002 Y.MASUI GPL2
  * http://masui.net/pukiwiki/ masui@masui.net
@@ -39,7 +39,7 @@ function plugin_ls_convert()
                if ($with_title)
                {
                        list($comment) = get_source($page);
-                       // ¸«½Ð¤·¤Î¸ÇÍ­IDÉô¤òºï½ü
+                       // 見出しの固有ID部を削除
                        $comment = preg_replace('/^(\*{1,3}.*)\[#[A-Za-z][\w-]+\](.*)$/','$1$2',$comment);
 
                        $comment = '- ' . ereg_replace('^[-*]+','',$comment);