@@ -30,7 +30,7 @@ |
||
| 30 | 30 | HTMLNode::factory( |
| 31 | 31 | 'a', |
| 32 | 32 | ["class" => "formularium-pagination-link", |
| 33 | - ":href" => "basePath + '/1'", |
|
| 33 | + ":href" => "basePath + '/1'", |
|
| 34 | 34 | "@click.prevent" => "" |
| 35 | 35 | ], |
| 36 | 36 | "1" |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | /** |
| 78 | 78 | * @var Framework $framework |
| 79 | 79 | */ |
| 80 | - $f =$framework->getName(); |
|
| 80 | + $f = $framework->getName(); |
|
| 81 | 81 | if ($f === 'HTML' || $f === 'Vue') { |
| 82 | 82 | continue; |
| 83 | 83 | } |