Skip to content

Commit

Permalink
fixed some html bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Mar 22, 2007
1 parent 7db8dd7 commit e89d048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/FireHose/templates/adv_pref_firehose;misc;default
Expand Up @@ -34,7 +34,7 @@ __template__
<div id="fhcalendar"></div> <div id="fhcalendar"></div>
</td> </td>
</tr> </tr>
<tr><td colspan=2"> <tr><td colspan="2">
<form method="post"> <form method="post">
<input type="hidden" name="fhfilter" value=""> <input type="hidden" name="fhfilter" value="">
<input type="hidden" name="color" value="indigo"> <input type="hidden" name="color" value="indigo">
Expand All @@ -45,7 +45,7 @@ __template__
<input type="hidden" name="duration" value="1"> <input type="hidden" name="duration" value="1">
<input type="submit" value="Reset to Defaults"> <input type="submit" value="Reset to Defaults">
</form> </form>
</td></tr> </td>
</tr> </tr>
</table> </table>
[% IF !nowrapper %] [% IF !nowrapper %]
Expand Down

0 comments on commit e89d048

Please sign in to comment.