Stupid negatives...

This commit is contained in:
Chris 2012-07-31 17:19:02 +01:00
parent c6a83bac72
commit 1e2d7a5267

View File

@ -835,7 +835,7 @@ sub fancy_time {
} }
} }
return $fancytime if(!$nospan); return $fancytime if($nospan);
return '<span class="timestr" title="'.$formatted.'">'.$fancytime.'</span>'; return '<span class="timestr" title="'.$formatted.'">'.$fancytime.'</span>';
} }