diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-04 16:54:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-04 16:54:58 -0400 |
commit | ab575a4b6985d38969069757bb374aa8f1013019 (patch) | |
tree | 7e4bfd663468d31324e3e3249046f4f4bfa83bf2 /doc/bugs | |
parent | ddd7a766e27128f971fceba900d73982c686afbd (diff) |
graphviz: Fix display of preexisting images in preview mode.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn b/doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn index 283a6ef08..c77bbeeaf 100644 --- a/doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn +++ b/doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn @@ -44,3 +44,11 @@ >>> case from the root of the site). The browsers appear to be trying to fetch >>> `/demo/diagrams/demo/diagrams/graph-c9fd2a197322feb417bdedbca5e99f5aa65b3f06.png` >>> (i.e., prepending the required relpath twice). -- [[Jon]] + +>>>> Yeah, that patch may have been right once, but it's wrong now; +>>>> preview mode uses `<base>` to make urls work the same as they would +>>>> when viewing the html page. +>>>> +>>>> Perhaps this was not noticed for a while while because it only +>>>> shows up if previewing an *unchanged* graph on a page that has already +>>>> been built before. Fixed now. [[done]] --[[Joey]] |