Ticket #1394 (closed enhancement: fixed)
fullpage puts metas/ title all on the same line
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | fullpage |
| Cc: | adam@… |
Description
full page option does this to the head section:
<head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title></title> </head>
It would be better if it put tags on a separate line e.g.
<head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title></title> </head>
Adam J
Change History
Note: See
TracTickets for help on using
tickets.
