diff --git a/script/txt2html b/script/txt2html index 7141c33..678b7b0 100755 --- a/script/txt2html +++ b/script/txt2html @@ -23,9 +23,9 @@ class Fixnum return 'th' if (10..19).include?(self % 100) # others case self % 10 - when 1: return 'st' - when 2: return 'nd' - when 3: return 'rd' + when 1; return 'st' + when 2; return 'nd' + when 3; return 'rd' else return 'th' end end diff --git a/website b/website index 9cb60bf..2a2b98c 160000 --- a/website +++ b/website @@ -1 +1 @@ -Subproject commit 9cb60bfc7d99b9febb716b16520ff78e932e4fa7 +Subproject commit 2a2b98c82ddebc8bb6e3e7011b9dac07491497a0