Browse Source

fix sound tags

main
parent
commit
581d238743
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      template/jp.takoboto/EJ/Back.html
  2. +1
    -1
      template/jp.takoboto/JE/Back.html

+ 2
- 2
template/jp.takoboto/EJ/Back.html View File

@ -32,7 +32,7 @@
{{/JapaneseAudio}}
{{#JapaneseAudio}}
<el-tts src="{{JapaneseAudio}}" />
{{JapaneseAudio}}
{{/JapaneseAudio}}
</p>
@ -46,7 +46,7 @@
{{/SentenceAudio}}
{{#SentenceAudio}}
<el-tts src="{{SentenceAudio}}" />
{{SentenceAudio}}
{{/SentenceAudio}}
</div>
{{SentenceMeaning}}

+ 1
- 1
template/jp.takoboto/JE/Back.html View File

@ -34,7 +34,7 @@
{{/SentenceAudio}}
{{#SentenceAudio}}
<el-tts src="{{SentenceAudio}}" />
{{SentenceAudio}}
{{/SentenceAudio}}
</div>
{{SentenceMeaning}}

Loading…
Cancel
Save