diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-10-01 22:46:50 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-01 22:46:50 +0000 |
commit | 681b968ab9f728b5b548d27b42fc788ff39de14c (patch) | |
tree | 93049e5aef74a295264e3b904c23af2557e15c3d /doc/todo | |
parent | 3740f787571b0dff26d0b01cc63a22d9816c2896 (diff) |
how much indentation does a code block in a bullet point need? we just don't know
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn b/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn index f95b7af4b..969b17fa2 100644 --- a/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn +++ b/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn @@ -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)); |