Opened 7 years ago
Closed 7 years ago
#1483941 closed Feature Patches (fixed)
login.html is not valid xhtml
| Reported by: | yllar | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc1 |
| Component: | Interface | Version: | 0.1-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
missing </p> tag
--- origlogin.html 2006-08-08 08:16:07.000000000 +0300 +++ login.html 2006-08-08 08:19:11.000000000 +0300 @@ -24,7 +24,7 @@ <form name="form" action="./" method="post"> <roundcube:object name="loginform" form="form" /> -<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /> +<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /></p> </form> </div>
Change History (1)
comment:1 Changed 7 years ago by cmcnulty
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

fixed in 303