crowdfavorite / wp-capsule

The developer's code journal (built on WordPress)
https://crowdfavorite.com/capsule/
GNU General Public License v2.0
172 stars 27 forks source link

html: problem display title in the head #22

Closed WSU closed 11 years ago

WSU commented 11 years ago

Side view, the title tag will not be displayed:

![title](https://f.cloud.github.com/assets/3637509/472577/bb79d204-b735-11e2-8132-c3d62ed62565.png)

<!DOCTYPE html>
<html lang="fr">
    <head>
        <meta charset="utf-8">
        <title>Titre du document</title>
    </head>

    <body>
        <p>test</p>
    </body>
</html>
alexkingorg commented 11 years ago

Have you tried the latest code in develop?

WSU commented 11 years ago

I'm new to Git so I'm not on the version I use is the source forge

alexkingorg commented 11 years ago

Ok, please re-open if you can reproduce the issue with the latest code from the /develop branch.