Mercurial > public > sg101
diff gpp/templates/core/markdown_help.html @ 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 | 9c82c7984884 |
children | f54bf3b3bece |
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>