Show
Ignore:
Timestamp:
03/31/08 19:31:31 (9 months ago)
Author:
peller
Message:

Bring HTML a little closer to well-formed. Refs #6339

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/test_TitlePane.html

    r12703 r13244  
    7272                <form> 
    7373                        <title for="age">Age: </title><input id="age"><br> 
    74                         <title for="discount">Discount card </title><input type=checkbox id="discount"><br> 
     74                        <title for="discount">Discount card </title><input type="checkbox" id="discount"><br> 
    7575                        <button>Submit</button><br> 
    7676                </form> 
     
    8080        <h1>Test #4: title pane with href (initially closed)</h1> 
    8181        <p>The pane should open to "Loading..." message and then 2 seconds later it should slide open more to show loaded data.</p> 
    82         <div dojoType="dijit.TitlePane" duration=1000 title="Pane from href" href="layout/getResponse.php?delay=3000&messId=3" open="false"> 
     82        <div dojoType="dijit.TitlePane" duration="1000" title="Pane from href" href="layout/getResponse.php?delay=3000&messId=3" open="false"> 
    8383                Loading... 
    8484        </div> 
     
    8686        <h1>Test #5: title pane with href (initially closed)</h1> 
    8787        <p>The pane should start to open to "Loading..." but halfway through href data will be loaded, and it should expand correctly.</p> 
    88         <div dojoType="dijit.TitlePane" duration=1000 title="Pane from href" href="layout/getResponse.php?delay=500&messId=3" open="false"> 
     88        <div dojoType="dijit.TitlePane" duration="1000" title="Pane from href" href="layout/getResponse.php?delay=500&messId=3" open="false"> 
    8989                Loading... 
    9090        </div>