# HG changeset patch
# User Robin Wellner <me@robinwell.net>
# Date 1365448979 -7200
# Node ID 16bff1faf4ca09a53527d1e772bbf3e7e5243145
# Parent  04a1cf311e18d9b48db2f0e0704f00cce7bb93b3
Fixes unordered list

diff -r 04a1cf311e18 -r 16bff1faf4ca content/blog/2009/01/going-open-source.html
--- a/content/blog/2009/01/going-open-source.html	Mon Apr 08 10:17:17 2013 -0400
+++ b/content/blog/2009/01/going-open-source.html	Mon Apr 08 21:22:59 2013 +0200
@@ -78,10 +78,12 @@
 through my code and saw a bug that you wanted to fix, you could do the
 following:
 
-* Clone the repository to your own machine. * Fix the bug in that local copy,
-committing to your local repository as you go. * Go back to the website and
-click the "Pull Request" button. * I review the changes. * If I like them I
-press a button to merge them into the main repository.
+* Clone the repository to your own machine.
+* Fix the bug in that local copy, committing to your local repository as you
+  go.
+* Go back to the website and click the "Pull Request" button.
+* I review the changes.
+* If I like them I press a button to merge them into the main repository.
 
 Once the changes are in the main repository I just run a single script to
 redeploy the site as usual and the changes are live. It's really an almost