Skip to content

Commit

Permalink
changed the text in the form legend
Browse files Browse the repository at this point in the history
  • Loading branch information
duboisp committed Sep 12, 2012
1 parent 461326d commit 19e9ec1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/tableparser/validator-htmltable.html
Expand Up @@ -72,7 +72,8 @@
};

$('#analysetable').click(function(){
var noErrorList = '<li>No Error Found</li>',
//var noErrorList = '<li>No Error Found</li>',
var noErrorList = '<li>Table passed, see the resulting source code bellow</li>',
genericMessage = '<li>Use the above text field to analyse your HTML Complex Table Source Code</li>';

$('#resultTableIdHeaders').val('');
Expand Down Expand Up @@ -567,7 +568,7 @@ <h2>Analysing your Complex HTML Table</h2>
<div class="clear"></div>

<frameset>
<legend>Paste your Complex HTML Source Code</legend>
<legend>Please add content bellow</legend>
<div>
<textarea id="inputHTMLtable" class="width-90" rows="20" cols="50" placeholder="Paste your HTML Table Source Code"></textarea>
</div>
Expand Down

0 comments on commit 19e9ec1

Please sign in to comment.