summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@csarven-laptop.(none)>2009-05-18 19:47:38 -0400
committerSarven Capadisli <csarven@csarven-laptop.(none)>2009-05-18 19:47:38 -0400
commit8fce42160738aab1b58755b36136cd9a968b3d27 (patch)
treee4712ce3fd5a51084a06435587d8e7c97e45df6d /lib/noticelist.php
parent0c28fdda62676bea352b58f05f66d83a92353a14 (diff)
parentda74a29e0385042e974dbe50c03acd160f982e18 (diff)
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index 55dd902b4..004905056 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -187,7 +187,7 @@ class NoticeListItem extends Widget
function showNotice()
{
-if (0)
+if(0)
$this->out->elementStart('entry-title');
else
@@ -236,7 +236,7 @@ else
$clip .= '.png';
$top = '20px';
}
-if (0)
+if(0)
$this->out->elementStart('div', 'entry-attachments');
else
$this->out->elementStart('p', array('class' => 'entry-attachments', 'style' => "float: right; width: $width_att; background: url($clip) no-repeat; text-align: right; height: $height;"));