From: http://oblomov.myopenid.com/ Date: Wed, 5 Jan 2011 10:18:16 +0000 (+0000) Subject: absolute base url in cgi forms X-Git-Tag: 3.20110105~26 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/84c7d907e85e4500bfb9f8f3203b302d29171eab?hp=3841d709d7e6feb852aedba704f0964b5cbe0105 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]].