From: http://oblomov.myopenid.com/ Date: Wed, 5 Jan 2011 10:18:16 +0000 (+0000) Subject: absolute base url in cgi forms X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84c7d907e85e4500bfb9f8f3203b302d29171eab;p=ikiwiki.git absolute base url in cgi forms --- diff --git a/doc/bugs/preview_base_url_should_be_absolute.mdwn b/doc/bugs/preview_base_url_should_be_absolute.mdwn new file mode 100644 index 000000000..6237e907b --- /dev/null +++ b/doc/bugs/preview_base_url_should_be_absolute.mdwn @@ -0,0 +1 @@ +The edit page CGI defines a `base` tag with an URL which is not absolute, which can break the preview function in some circumstances (with e.g. images not showing). The trivial [[patch]] that fixes it can be found [[here|http://sprunge.us/EPHT]] as well as on [[my git|http://git.oblomov.eu/ikiwiki]].