@@ -73,8 +73,8 @@ discard block |
||
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 | /** |
@@ -140,8 +140,8 @@ discard block |
||
140 | 140 | } |
141 | 141 | |
142 | 142 | return '<'.$this->tag.$colspan.$rowspan.$abbr.$this->getCellStyle().'>' |
143 | - .$this->eol($this->content, $this->eol_token) |
|
144 | - .'</'.$this->tag.'>'; |
|
143 | + .$this->eol($this->content, $this->eol_token) |
|
144 | + .'</'.$this->tag.'>'; |
|
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Class MarkdownBaseModule |
|
4 | - * |
|
5 | - * @filesource MarkdownBaseModule.php |
|
6 | - * @created 17.10.2015 |
|
7 | - * @package chillerlan\bbcode\Modules\Markdown |
|
8 | - * @author Smiley <[email protected]> |
|
9 | - * @copyright 2015 Smiley |
|
10 | - * @license MIT |
|
11 | - */ |
|
3 | + * Class MarkdownBaseModule |
|
4 | + * |
|
5 | + * @filesource MarkdownBaseModule.php |
|
6 | + * @created 17.10.2015 |
|
7 | + * @package chillerlan\bbcode\Modules\Markdown |
|
8 | + * @author Smiley <[email protected]> |
|
9 | + * @copyright 2015 Smiley |
|
10 | + * @license MIT |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace chillerlan\bbcode\Modules\Markdown; |
14 | 14 |