diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-04-16 13:40:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-16 13:40:34 -0400 |
commit | 60bc3259f30c280c85355f9243dfaf226d0340e3 (patch) | |
tree | 65c09b24baa78234868f18fc678eb5a36fe65eec /doc | |
parent | d86cd924b36ed5625c900bd7bba818c9f91e11be (diff) | |
download | ikiwiki-60bc3259f30c280c85355f9243dfaf226d0340e3.tar ikiwiki-60bc3259f30c280c85355f9243dfaf226d0340e3.tar.gz |
fix Wikipedia reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/concatenating_or_compiling_CSS.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/concatenating_or_compiling_CSS.mdwn b/doc/todo/concatenating_or_compiling_CSS.mdwn index b9c6234ee..d73a7c921 100644 --- a/doc/todo/concatenating_or_compiling_CSS.mdwn +++ b/doc/todo/concatenating_or_compiling_CSS.mdwn @@ -133,7 +133,7 @@ this without that feature initially. >> CSS files can be marked "to be cached forever" (which can be done if >> they have content-based filenames). >> ->> In terms of time, [[!wp HTTP_pipelining desc="according to Wikipedia"]] +>> In terms of time, [[!wikipedia HTTP_pipelining desc="according to Wikipedia"]] >> browsers don't generally pipeline requests, so the page won't finish >> loading until one round-trip time per uncached CSS file has elapsed. >> |