aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2010-10-01 22:46:50 +0000
committerJoey Hess <joey@kitenet.net>2010-10-01 22:46:50 +0000
commit681b968ab9f728b5b548d27b42fc788ff39de14c (patch)
tree93049e5aef74a295264e3b904c23af2557e15c3d /doc
parent3740f787571b0dff26d0b01cc63a22d9816c2896 (diff)
downloadikiwiki-681b968ab9f728b5b548d27b42fc788ff39de14c.tar
ikiwiki-681b968ab9f728b5b548d27b42fc788ff39de14c.tar.gz
how much indentation does a code block in a bullet point need? we just don't know
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn6
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));