From: Jon Dowland Date: Tue, 4 May 2010 15:43:22 +0000 (+0100) Subject: un-escape escaped chevrons X-Git-Tag: 3.20100504~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7060a818c108de5b5e2b1c2aa617f5e926bd5f86;p=ikiwiki.git un-escape escaped chevrons --- 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 3b77a48bb..283a6ef08 100644 --- a/doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn +++ b/doc/bugs/Problems_with_graphviz.pm_plug-in_previews.mdwn @@ -28,17 +28,17 @@ >>> Despite this patch I am still experiencing the problem. Normal page source for a graph contains: - <div id="content"> - <p><img src="./graph-c9fd2a197322feb417bdedbca5e99f5aa65b3f06.png" /></p> +
+

- </div> +
>>> preview contains - <div id="preview"> - <p><img src="./demo/diagrams/graph-c9fd2a197322feb417bdedbca5e99f5aa65b3f06.png" /></p> +
+

- </div> +
>>> I don't quite understand why, this makes sense from the CGI path (in my >>> case from the root of the site). The browsers appear to be trying to fetch