fix detected lang spacing
This commit is contained in:
parent
aa59d21ca2
commit
443df9f8e3
1 changed files with 0 additions and 2 deletions
|
@ -86,12 +86,10 @@
|
||||||
{{.Translation.OutputText}}</textarea
|
{{.Translation.OutputText}}</textarea
|
||||||
>
|
>
|
||||||
{{if .Translation.AutoDetect}}
|
{{if .Translation.AutoDetect}}
|
||||||
<p>
|
|
||||||
Detected Language: {{.Translation.AutoDetect}}{{end}} {{if .TtsTo}}
|
Detected Language: {{.Translation.AutoDetect}}{{end}} {{if .TtsTo}}
|
||||||
<audio controls>
|
<audio controls>
|
||||||
<source type="audio/mpeg" src="{{ .TtsTo }}" />
|
<source type="audio/mpeg" src="{{ .TtsTo }}" />
|
||||||
</audio>
|
</audio>
|
||||||
</p>
|
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue