Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 171 → Rev 172

/blog/edit-post.php
71,7 → 71,7
</tr>
<tr>
<td class="bold">Catagory: </td>
<td><input type="text" name="category" /><?php echo $post->category; ?></td>
<td><input type="text" name="category" value="<?php echo $post->category; ?>" /></td>
</tr>
 
<?php