X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=cd13a8745e49bd11e4dfbba8212a939df96e3a26;hb=8af47417d48c4c054ddedce3e083f7f89e468cdf;hp=f1b2cc1e76b57f2cce5be88fc578e2fcff7745b8;hpb=d2156630c0f3e7aca93cb72c762f713e9c8bdad3;p=dylansserver.git diff --git a/index.php b/index.php index f1b2cc1..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 { @@ -424,7 +424,7 @@ END_OF_NAVIGATION; $this->display_comment_link(); } echo <<back to notes/ + back to notes/ END_OF_NAVIGATION;