Stupid quotes.

This commit is contained in:
Chris 2012-07-31 16:30:06 +01:00
parent 68a2c24ed7
commit d3cadc3795

View File

@ -831,7 +831,7 @@ sub fancy_time {
} }
} }
return '<span class="timestr" title="'.$formatted."'>'".$fancytime.'</span>'; return '<span class="timestr" title="'.$formatted.'">'.$fancytime.'</span>';
} }