Skip to content

Commit

Permalink
fix broken image in Learn/HTML/Cheatsheet (#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Mar 11, 2021
1 parent 1bab797 commit f6fe9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added files/en-us/learn/html/cheatsheet/beast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions files/en-us/learn/html/cheatsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h2 id="Inline_elements">Inline elements</h2>
</tr>
<tr>
<td>A simple image</td>
<td><code>&lt;img src="/static/img/beast-404.ce38fcf80386.png" width="25" /&gt;</code></td>
<td><img src="/static/img/beast-404.ce38fcf80386.png"></td>
<td><code>&lt;img src="/static/img/beast.png" width="25" /&gt;</code></td>
<td><img src="beast.png"></td>
</tr>
<tr>
<td>A generic inline container</td>
Expand Down

0 comments on commit f6fe9ae

Please sign in to comment.