fix bad input type

pull/3525/head
Thibault Duplessis 2017-08-26 07:36:15 -05:00
parent 5ca5d44914
commit 71743c00c6
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ atom = atom.some) {
</div>
}
<div class="panel fen_pgn">
<div><strong>FEN</strong><input type="input" readonly="true" spellcheck="false" class="copyable autoselect fen" /></div>
<div><strong>FEN</strong><input readonly="true" spellcheck="false" class="copyable autoselect fen" /></div>
<div class="pgn_options">
<strong>PGN</strong>
<div>

View File

@ -52,7 +52,7 @@ chessground = false) {
<div class="underboard_content">
<div class="analysis_panels">
<div class="panel fen_pgn">
<p><strong>FEN</strong><input type="input" readonly="true" spellcheck="false" class="copyable autoselect fen" /></p>
<p><strong>FEN</strong><input readonly="true" spellcheck="false" class="copyable autoselect fen" /></p>
<p><strong>PGN</strong>
<a data-icon="x" rel="nofollow" href="@routes.Export.pgn(game.id)"> @trans.downloadAnnotated()</a>
@if(analysis.isDefined) {