Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Aug 11, 2009
1 parent f304920 commit af85fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions script/txt2html
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website
Submodule website updated 1 files
+101 −0 index.html

0 comments on commit af85fe8

Please sign in to comment.