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:
@@ -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>".
|
||||
|
||||
Reference in New Issue
Block a user