misc/plugin/list.rb in tdiary-4.0.5.1 vs misc/plugin/list.rb in tdiary-4.1.0
- old
+ new
@@ -10,10 +10,10 @@
# <%= ul l , t %>
# パラメタ:
# l: リスト文字列(\nくぎり)
#
# Copyright (c) 2002 abbey <inlet@cello.no-ip.org>
-# Distributed under the GPL.
+# Distributed under the GPL2 or any later version.
#
def ol( l, t = nil, s = nil )
apply_plugin( %Q[<ol>#{li l}</ol>] )
end