]> git.mxchange.org Git - mailer.git/commitdiff
Some HTML issues fixed
authorRoland Häder <roland@mxchange.org>
Sat, 28 Mar 2009 01:12:17 +0000 (01:12 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Mar 2009 01:12:17 +0000 (01:12 +0000)
inc/functions.php
templates/de/html/metadata.tpl
templates/de/html/page_body.tpl
templates/de/html/page_header.tpl

index 0b6877db346ddc888eb2fea24de29c0ed063a09d..66da69fa61f5cb46a9a58d806fe5103edcf7c4e3 100644 (file)
@@ -2976,8 +2976,8 @@ function smartAddSlashes ($unquoted) {
 
 // Decode entities in a nicer way
 function decodeEntities ($str) {
-       // @TODO We may want to switch over to UTF-8 here!
-       $decodedString = html_entity_decode($str, ENT_NOQUOTES, "ISO-8859-15");
+       // Decode the entities to UTF-8 now
+       $decodedString = html_entity_decode($str, ENT_NOQUOTES, "UTF-8");
 
        // Return decoded string
        return $decodedString;
index cab9eb65723bae95565c3a6047ce3b4437e89292..1de82b5a3cfea3aad25e8f7e165459c80d0a3ad0 100644 (file)
@@ -2,7 +2,3 @@
 <meta name="publisher" content="Ihr Name nochmal" />
 <meta name="keywords" content="{!POINTS!}, mailtausch, mailversand, kostenlos, kostenloser, mailexchange, werbemail, werbemailversand, exchange, werbepunkte, punkte, auktion, auktionen, umsonst, sms kostenlos, produkte, produktproben, gewinn, gewinnspiel, gratis sms, promotion, besucher, werbung, linkliste, geldverdienen, verdienen, traffic, hits" />
 <meta name="robots" content="index,follow" />
-<meta http-equiv="content-type" content="text/html; charset=UTF8" />
-<meta http-equiv="content-style-type" content="text/css" />
-<meta http-equiv="content-script-type" content="text/javascript" />
-<meta http-equiv="language" content="de" />
index cdf59ecad1d2fcd424a02e441d2fc9c695eb3de5..4803bf36ccb4c6eb4c4e78de757b069feed8e288 100644 (file)
@@ -1 +1,2 @@
+<body>
 <div class="masterbox" id="master">
index 0aa8bb4b33743440e86788a703e9a53bdd399612..01fc06f87ba896dbbe3b51ad11e937eabf8a64a7 100644 (file)
@@ -2,3 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
 <head>
 <title>{!__PAGE_TITLE!}</title>
+<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
+<meta http-equiv="content-style-type" content="text/css" />
+<meta http-equiv="content-script-type" content="text/javascript" />
+<meta http-equiv="language" content="de" />