Edgewall Software

Opened 14 years ago

Closed 14 years ago

#397 closed defect (invalid)

TemplateSyntaxError : mismatched tag

Reported by: krypton_l2@… Owned by: cmlenz
Priority: major Milestone: 0.7
Component: General Version: 0.6
Keywords: syntax, tag, mismatched, error Cc:

Description

Hello guys ... i`m trying to learn cherrypy and I wanna use genshi as a templating language ...

I have this html code ...

<head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
   <title>
      test page
   </title>
   <link rel="stylesheet" type="text/css" href="style_1.css">
</head> // this is the line where I get mismatched tag ...

and if I delete that ... (</head>) I get more mismatched tags ... for example if I have <div id="wtf"> ... </div> I get error at </div>

Why ?

Thx in advance for the help.

Change History (1)

comment:1 Changed 14 years ago by anonymous

  • Resolution set to invalid
  • Status changed from new to closed

you forgot a closing "/" on your <link> tag ...

Note: See TracTickets for help on using tickets.