Skip to content

Commit 726455d

Browse files
committed
remove remote images, causing ssl warnings onhttps sites
1 parent 03e4c94 commit 726455d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
1.07 KB
Loading
5.75 KB
Loading

draceditor/templates/draceditor/guide.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load i18n %}
2+
{% load static %}
23
<div class="ui medium modal scrolling transition modal-help-guide">
34
<i class="close icon"></i>
45
<div class="header"><i class="help circle icon"></i> {% trans "Markdown Guide" %}</div>
@@ -20,7 +21,7 @@
2021
<td>&mdash;</td>
2122
<td>&mdash;</td>
2223
<td>&mdash;</td>
23-
<td><img class="marked-emoji" src="https://assets-cdn.github.com/images/icons/emoji/smile.png"></td>
24+
<td><img class="marked-emoji" src="{% static 'plugins/images/smile.png' %}"></td>
2425
</tr>
2526
<tr>
2627
<td>@[username]</td>
@@ -84,7 +85,7 @@
8485
<td>![Image][1]<br> &#8285;<br> [1]: http://url/b.jpg</td>
8586
<td>Ctrl+Shift+I</td>
8687
<td>Command+Option+I</td>
87-
<td><img src="http://commonmark.org/help/images/favicon.png" width="36" height="36" alt="Markdown"></td>
88+
<td><img src="{% static 'plguins/images/commonmark.png' %}" width="36" height="36" alt="Markdown"></td>
8889
</tr>
8990
<tr>
9091
<td>&gt; Blockquote</td>

0 commit comments

Comments
 (0)