diff --git a/public/oldschool/css/main.css b/public/oldschool/css/main.css
index fbcf9d1..ea5fdea 100644
--- a/public/oldschool/css/main.css
+++ b/public/oldschool/css/main.css
@@ -82,6 +82,10 @@ strong.success {
color: #0e0;
}
+strong.info {
+ color: #7cc;
+}
+
strong.gray {
color: #565656;
}
diff --git a/resources/views/widgets/message.blade.php b/resources/views/widgets/message.blade.php
index 76a53b1..3a64e61 100644
--- a/resources/views/widgets/message.blade.php
+++ b/resources/views/widgets/message.blade.php
@@ -70,7 +70,7 @@ use App\Models\{Echomail,Netmail};
if ($item->pivot->sent_at)
return sprintf('%s',$item->pivot->sent_at,$item->pivot->sent_pkt,$item->ftn2d);
else
- return sprintf('%s',$item->ftn2d);
+ return sprintf('%s',$item->ftn2d);
} else {
return sprintf('%s',$item->ftn2d);