OSDN Git Service

columnlistのHTMLを<ul>から<ol>に変更。
[fswiki/sandbox.git] / takezoe / plugin / book / ColumnList.pm
index 83c45fc..e85aa99 100644 (file)
@@ -72,7 +72,7 @@ sub columnlist {
        if($self->{columnlist} eq ''){
                return "<p>¥³¥é¥à¤Ï¤¢¤ê¤Þ¤»¤ó</p>";
        } else {
-               return "<ul>".$self->{columnlist}."</ul>";
+               return "<ol>".$self->{columnlist}."</ol>";
        }
 }