Fix phpcs issues in Note.php

This commit is contained in:
Jonny Barnes 2018-04-12 18:27:17 +01:00
parent de8175b5af
commit 8efbfbb551

View file

@ -191,7 +191,7 @@ class Note extends Model
if ($media->type == 'image') {
$note .= '<img src="' . $media->url . '" alt="">';
}
if ($media->type == 'audio' ){
if ($media->type == 'audio') {
$note .= '<audio src="' . $media->url . '">';
}
if ($media->type == 'video') {