how much indentation does a code block in a bullet point need? we just don't know
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>
Fri, 1 Oct 2010 22:46:50 +0000 (22:46 +0000)
committerJoey Hess <joey@kitenet.net>
Fri, 1 Oct 2010 22:46:50 +0000 (22:46 +0000)
doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn

index f95b7af4bac2a3bf11e56297dbeb3641a0a904c0..969b17fa26aa4f1ff4004a14ddd3c7256307c500 100644 (file)
@@ -198,6 +198,6 @@ Bugs:
   with a trailing slash ready to append stuff: perhaps `urlto('/')`,
   with usage like this?
 
-      do_something(baseurl => urlto('/', undef, local)`);
-      do_something_else(urlto('/').'style.css');
-      IkiWiki::redirect(urlto('/', undef, 1));
+        do_something(baseurl => urlto('/', undef, local)`);
+        do_something_else(urlto('/').'style.css');
+        IkiWiki::redirect(urlto('/', undef, 1));