Skip to content

Commit

Permalink
use pre html tag for showing linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Mar 30, 2015
1 parent cf591e3 commit 247f1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voseq/create_dataset/templates/create_dataset/results.html
Expand Up @@ -55,7 +55,7 @@ <h3 class="panel-title"><b>Your dataset file:</b></h3>
<table class="table table-bordered">
<tr>
<td>
<textarea readonly style="height: 450px;" wrap="off" class="form-control dataset">{{ dataset }}</textarea>
<textarea readonly style="height: 450px;" wrap="off" class="form-control dataset"><pre>{{ dataset }}</pre></textarea>
</td>
</tr>
</table>
Expand All @@ -76,7 +76,7 @@ <h3 class="panel-title"><b>Your dataset file:</b></h3>
<table class="table table-bordered">
<tr>
<td>
<textarea readonly style="height: 150px; white-space: nowrap;" class="form-control">{{ charset_block }}</textarea>
<textarea readonly style="height: 150px; white-space: nowrap;" class="form-control"><pre>{{ charset_block }}</pre></textarea>
</td>
</tr>
</table>
Expand Down

0 comments on commit 247f1db

Please sign in to comment.