• R/O
  • HTTP
  • SSH
  • HTTPS

sandbox: 提交

個人用


Commit MetaInfo

修訂330ba4e8d1c9cccbd604266e390c8f92b615a31d (tree)
時間2011-12-31 05:07:06
作者takezoe <takezoe@871d...>
Commitertakezoe

Log Message

columnlistのHTMLを<ul>から<ol>に変更。

Change Summary

差異

--- a/takezoe/plugin/book/ColumnList.pm
+++ b/takezoe/plugin/book/ColumnList.pm
@@ -72,7 +72,7 @@ sub columnlist {
7272 if($self->{columnlist} eq ''){
7373 return "<p>コラムはありません</p>";
7474 } else {
75- return "<ul>".$self->{columnlist}."</ul>";
75+ return "<ol>".$self->{columnlist}."</ol>";
7676 }
7777 }
7878
Show on old repository browser