diff options
author | Cheng-Han, Wu | 2016-05-27 13:37:58 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-05-27 13:37:58 +0800 |
commit | bce92d06df9690c1d4740199e80b3f409d6ce3d0 (patch) | |
tree | 523a7467a67b28d6596c108041236fd28eb15826 /public/views | |
parent | d90acf88e3f73dd00e85ee9435ddc4263acfcfbb (diff) |
Fix help-modal cheatsheet typo
Diffstat (limited to '')
-rw-r--r-- | public/views/help-modal.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/help-modal.ejs b/public/views/help-modal.ejs index 15342262..49808438 100644 --- a/public/views/help-modal.ejs +++ b/public/views/help-modal.ejs @@ -93,7 +93,7 @@ </tr> <tr> <td>Image</td> - <td>![alt](http:// title)</td> + <td>![alt](http:// "title")</td> </tr> <tr> <td><code>Code</code></td> |