@@ -73,8 +73,8 @@ |
||
73 | 73 | protected function table():string{ |
74 | 74 | |
75 | 75 | return '<table'.$this->getCssClass(['bb-table']) |
76 | - .$this->getStyle(['width' => $this->getAttribute('width')]) |
|
77 | - .'>'.$this->eol($this->content).'</table>'; |
|
76 | + .$this->getStyle(['width' => $this->getAttribute('width')]) |
|
77 | + .'>'.$this->eol($this->content).'</table>'; |
|
78 | 78 | } |
79 | 79 | |
80 | 80 | /** |
@@ -50,7 +50,7 @@ |
||
50 | 50 | return '['.$this->content.']('.$url.')'; |
51 | 51 | } |
52 | 52 | |
53 | - return $this->checkUrl($url) ? : ''; |
|
53 | + return $this->checkUrl($url) ?: ''; |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | } |