replace old clear color code with the new one ('%clr'). fixes 610

git-svn-id: file:///home/svn/framework3/trunk@7736 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-12-07 17:00:05 +00:00
parent bc1aee3b4e
commit 765a1d72eb
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SVN
"yesterday"
else
if (diff.to_i > 7)
"%red#{diff.to_i} days ago%c"
"%red#{diff.to_i} days ago%clr"
else
"#{diff.to_i} days ago"
end