Ticket #1394 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by ray

  • status changed from new to closed
  • type changed from defect to enhancement
  • resolution set to fixed

rev [1167]

Note: See TracTickets for help on using tickets.