Wettkampfname nach UTF-8 konvertiert

Changes to be committed:
	modified:   homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/galTable.php
	modified:   homepage/redesign2018/markdownExperiment/src/md/wkKalender.md
This commit is contained in:
marko
2018-09-19 06:09:36 +02:00
parent 30b163e7f4
commit 3ef14f9998
2 changed files with 4 additions and 3 deletions

View File

@@ -145,7 +145,8 @@ $messages=array();
foreach($galListe as $gal){
$galDate = mb_convert_encoding($gal['datum'], 'UTF-8', 'ISO-8859-1');
echo(
"<tr onclick=\"window.document.location='".mb_convert_encoding($gal['url'], 'UTF-8', 'ISO-8859-1')."';\">".
"<tr ".((strpos( $_SERVER['ORIG_PATH_TRANSLATED'], "pages/amp" ) !== false)?(""):("onclick=\"window.document.location='".mb_convert_encoding($gal['url'], 'UTF-8', 'ISO-8859-1')."';\"")).">".
// "<tr onclick=\"window.document.location='".mb_convert_encoding($gal['url'], 'UTF-8', 'ISO-8859-1')."';\">".
// "<td class=\"noWrap\">".
"<td >".
"<time datetime=\"".mb_convert_encoding($gal['datum'], 'UTF-8', 'ISO-8859-1')."\">".mb_convert_encoding($gal['datum'], 'UTF-8', 'ISO-8859-1')."</time>".