X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;fp=index.php;h=cd13a8745e49bd11e4dfbba8212a939df96e3a26;hb=8af47417d48c4c054ddedce3e083f7f89e468cdf;hp=d2715af179784f93d00ba2bcd6eed8f75f451871;hpb=508e6636cb11fedcd961dc0044d4ff4953632bbc;p=dylansserver.git diff --git a/index.php b/index.php index d2715af..cd13a87 100644 --- a/index.php +++ b/index.php @@ -219,7 +219,7 @@ class project extends index { WHERE title = ?"; $result = $this->query($sql, "s", $_GET['project']); if ($result = $result[0]['text']) { - $text = str_replace("class='exhibit'", "class='exhibit'", $result); + $text = str_replace("class='exhibit'", "class='exhibit' style='display:block;'", $result); echo $text; echo ""; } else {