Solucionat un error estúpid de l'anterior.

This commit is contained in:
Hermes 2022-11-16 21:03:05 +01:00
pare 27b5cc07cb
commit 0b89224ef5
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions

Veure arxiu

@ -38,7 +38,7 @@
$queryType = $db->query($typeQuery);
$type = $queryType->fetchArray();
echo "<dt class='" . $type['type'] . "'><h3 style='display:inline'><a href='/article/".$row['article_id']."'>".$row['article_title']."</a></h3> · <small>publicat el ".strftime('%A, %e %B %Y (%R)', $row['article_timestamp'])."</small></dt><dd><div class=" . $type['type'] . " contents'>". $Parsedown->text($row['article_content'])."<div class='gradient'><div class='buttonReadMore'><a class='inherit' href='/article/".$row['article_id']."'><span class='icon'>⊕</span> Expandir post</a></div></div></div><hr> <small><abbr title='Idioma: ".$lang['name']."'><span class='langTag'><span class='noCursive'>🌐 ".$lang['name']."</span></span></abbr></small>
echo "<dt class='" . $type['type'] . "'><h3 style='display:inline'><a href='/article/".$row['article_id']."'>".$row['article_title']."</a></h3> · <small>publicat el ".strftime('%A, %e %B %Y (%R)', $row['article_timestamp'])."</small></dt><dd><div class='" . $type['type'] . " contents'>". $Parsedown->text($row['article_content'])."<div class='gradient'><div class='buttonReadMore'><a class='inherit' href='/article/".$row['article_id']."'><span class='icon'>⊕</span> Expandir post</a></div></div></div><hr> <small><abbr title='Idioma: ".$lang['name']."'><span class='langTag'><span class='noCursive'>🌐 ".$lang['name']."</span></span></abbr></small>
<small><abbr title='Tipus de document: ".$type['type']."\n".$type['explanation']."'><span class='langTag'><span class='noCursive'>📄 ".$type['type']."</span></span></abbr></small>
<small>";