aboutsummaryrefslogtreecommitdiff
path: root/tmpl/kanji.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/kanji.html')
-rw-r--r--tmpl/kanji.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html
index 43c57aed..fefef9bb 100644
--- a/tmpl/kanji.html
+++ b/tmpl/kanji.html
@@ -2,7 +2,7 @@
<p>
<div class="actions">
{{#if addable}}
- <a href="#" title="Add Kanji" class="action-add-note pending disabled" data-mode="kanji" data-index="{{@index}}"><img src="img/add_kanji.png"></a>
+ <a href="#" title="Add Kanji" class="action-add-note pending disabled" data-mode="kanji" data-index="{{@index}}"><img src="/fg/img/add_kanji.png"></a>
{{/if}}
</div>
@@ -55,5 +55,5 @@
{{> kanji addable=../addable root=../root}}
{{/each}}
{{else}}
- <p>No results found</p>
+ <p>No results found.</p>
{{/if}}