Mercurial > public > sg101
changeset 256:9c82c7984884
Fix #105. Incorrect path to example image in the markdown help template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 21 Sep 2010 00:59:31 +0000 |
parents | 2ba1a6d3b984 |
children | 6e7e84707e7d |
files | gpp/templates/core/markdown_help.html |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/templates/core/markdown_help.html Tue Sep 21 00:52:55 2010 +0000 +++ b/gpp/templates/core/markdown_help.html Tue Sep 21 00:59:31 2010 +0000 @@ -51,15 +51,15 @@ </tr> <tr> <th>Inline Images</th> - <td>![alt text](/static/icons/emoticon_smile.png "Smile").</td> - <td><img src="/static/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> + <td>![alt text](http://example.com/smile.jpg "Smile").</td> + <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> </tr> <tr> <th>Reference Images</th> <td>![alt text][id]<br /> - [id]: /static/icons/emoticon_smile.png "Smile"</td> + [id]: http://example.com/smile.jpg "Smile"</td> </td> - <td><img src="/static/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> + <td><img src="/media/icons/emoticon_smile.png" alt="alt text" title="Smile" /></td> </tr> <tr> <th>Bullet List</th>