diff options
author | http://oblomov.myopenid.com/ <oblomov@web> | 2011-01-05 10:18:16 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-05 10:18:16 +0000 |
commit | 84c7d907e85e4500bfb9f8f3203b302d29171eab (patch) | |
tree | a40f008bc888b75391927787457a5073cd0df4f7 | |
parent | 3841d709d7e6feb852aedba704f0964b5cbe0105 (diff) |
absolute base url in cgi forms
-rw-r--r-- | doc/bugs/preview_base_url_should_be_absolute.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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]]. |