aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://oblomov.myopenid.com/ <http://oblomov.myopenid.com/@web>2010-04-21 08:17:03 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-21 08:17:03 +0000
commit5d2df9651fee83cf17acde48ba12442104311492 (patch)
treeb1cc265a992a2ca3708cd2250efef66a99855e50
parent64946f91982d85bb301cc9241459939c657d0eb9 (diff)
downloadikiwiki-5d2df9651fee83cf17acde48ba12442104311492.tar
ikiwiki-5d2df9651fee83cf17acde48ba12442104311492.tar.gz
Missing links with no CGI
-rw-r--r--doc/bugs/Links_to_missing_pages_should_always_be_styled.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Links_to_missing_pages_should_always_be_styled.mdwn b/doc/bugs/Links_to_missing_pages_should_always_be_styled.mdwn
new file mode 100644
index 000000000..d9f3d518f
--- /dev/null
+++ b/doc/bugs/Links_to_missing_pages_should_always_be_styled.mdwn
@@ -0,0 +1,5 @@
+When the CGI URL is not defined, links to missing pages appear as plain, unstyled text. I think the 'createlink' span should always wrap this text, even when the actual question mark linking to the CGI for the create action is missing. This ensures consistent styling regardless of whether the CGI is available or not (and is thus useful for example when the same wiki has clones with the CGI link and clones without).
+
+A proposed patch is available [on my ikiwiki clone](http://git.oblomov.eu/ikiwiki/patch/290d1b498f00f63e6d41218ddb76d87e68ed5081)
+
+[[!tag patch cgi]]