Changeset - c49dba728f72
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-09-23 15:11:47
ohnobinki@ohnopublishing.net
Some more <?php ?>-style cleanup.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -41,13 +41,14 @@ include_once 'inc/class.page.php';
 

	
 
</form>
 

	
 
<p>&nbsp;<br /></p>
 

	
 
<h3>TODO:</h3>
 

	
 
<ul>
 
	<li>Form validation to ensure endtime is after starttime, at least one day is checked.</li>
 
	<li>Auto-populate form based on saved schedule?</li>
 
</ul>
 

	
 
<? $inputPage->foot(); ?>
 
\ No newline at end of file
 
<?php
 
$inputPage->foot();
0 comments (0 inline, 0 general)