disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
508e663
)
Fixed overzealous commit d215663 which broke script-disabled fallback
author
Dylan Lloyd
<dylan@psu.edu>
Wed, 8 Jun 2011 01:41:09 +0000
(21:41 -0400)
committer
Dylan Lloyd
<dylan@psu.edu>
Wed, 8 Jun 2011 01:41:09 +0000
(21:41 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
d2715af
..
cd13a87
100644
(file)
--- 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 "</div>";
} else {