Changeset - 86f8a6e2bf5c
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-27 22:18:47
ohnobinki@ohnopublishing.net
Reindent some HTML.
1 file changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -255,13 +255,13 @@ class Schedule
 
	$table .= "<div id=\"tabs\">\n"
 

	
 

	
 
    . '<div id="show-box" class="show-buttons">
 
  <form>
 
     <label><strong>Display:</strong></label>
 
     <input id="show-prof" name="show-prof" type="checkbox" checked="checked" /><label for="show-prof">Professor</label>
 
     <input id="show-location" name="show-location" type="checkbox" /><label for="show-location">Room</label>
 
     <input id="show-synonym" name="show-synonym" type="checkbox" /><label for="show-synonym">Synonym</label>
 
  </form>
 
    . '  <div id="show-box" class="show-buttons">
 
    <form>
 
       <label><strong>Display:</strong></label>
 
       <input id="show-prof" name="show-prof" type="checkbox" checked="checked" /><label for="show-prof">Professor</label>
 
       <input id="show-location" name="show-location" type="checkbox" /><label for="show-location">Room</label>
 
       <input id="show-synonym" name="show-synonym" type="checkbox" /><label for="show-synonym">Synonym</label>
 
    </form>
 
  </div> <!-- id="show-box" -->'
 

	
 

	
0 comments (0 inline, 0 general)