]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/Gigi.templ
Fix a bug that caused no checkboxes to appear in mail overview.
[gigi.git] / src / org / cacert / gigi / Gigi.templ
index dc5c27e57b0c6bc1d43adb6eca0e3d7c40534c3d..0d5121e2720107dd6f73493c888b46a9ae84d8f1 100644 (file)
@@ -4,6 +4,7 @@
 <title><?=$title?></title>
 <link rel="stylesheet" href="https://<?=$static?>/default.css" type="text/css">
 <script src="https://<?=$static?>/menu.js"></script>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 </head>
 <body>
        <div id="pagecell1">
@@ -86,7 +87,7 @@
                </div>
                <div id="content">
                        <h1><?=$title?></h1>
-                       <div class="story"><?=$content?></div>
+                       <div class="content"><?=$content?></div>
                </div>
                <div class="sponsorinfo">
                        <?=_CAcert operations are sponsored by?>
                </div>
        </div>
 </body>
-</html>
\ No newline at end of file
+</html>