changeset 351:b783a555cd87

Fixing #167: broken images on markdown cheat sheet.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 Mar 2011 02:51:00 +0000
parents 2177a71b680c
children a321685505cc
files gpp/templates/core/markdown_help.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/core/markdown_help.html	Wed Mar 02 02:47:15 2011 +0000
+++ b/gpp/templates/core/markdown_help.html	Wed Mar 02 02:51:00 2011 +0000
@@ -52,14 +52,14 @@
    <tr>
       <th>Inline Images</th>
       <td>![alt text](http://example.com/smile.jpg "Smile").</td>
-      <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td>
+      <td><img src="/static/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td>
    </tr>
    <tr>
       <th>Reference Images</th>
       <td>![alt text][id]<br />
       [id]: http://example.com/smile.jpg "Smile"</td>
       </td>
-      <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td>
+      <td><img src="/static/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td>
    </tr>
    <tr>
       <th>Bullet List</th>