public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
awwh guess I'm still asleep, small typo
macournoyer (author)
Fri Jan 11 04:59:27 -0800 2008
commit  25974b98eaa32341f4e46e8a77aa30b0fdf0f7e3
tree    fff0644b0253aa2fe33fa5780e9a8fca25dc4fd8
parent  145c4183336c43279767a1a61a1c7f34db3692b7
...
135
136
137
138
 
139
140
141
...
135
136
137
 
138
139
140
141
0
@@ -135,7 +135,7 @@
0
     ul do
0
       li { a 'RefactorMyCode.com', :href => 'http://refactormycode.com/' }
0
       li { a "Joao Pedrosa's Blog", :href => 'http://www.deze9.com/jp/blog/post?p=enabling-thin-support-for-this-site-replacing' }
0
- li { a "Kevin Williams Blog", :href => 'http://www.almostserio.us/ }
0
+ li { a "Kevin Williams Blog", :href => 'http://www.almostserio.us/' }
0
     end
0
     
0
     p { "If you'd like to have your site listed here, #{a 'drop me an email', :href => 'mailto:macournoyer@gmail.com'}" }

Comments

    No one has commented yet.