@@ -5,8 +5,8 @@ |
||
5 | 5 | class MapField extends DatalessField |
6 | 6 | { |
7 | 7 | /** |
8 | - * @var int The level of the <h1> to <h6> HTML tag. Default: 2 |
|
9 | - */ |
|
8 | + * @var int The level of the <h1> to <h6> HTML tag. Default: 2 |
|
9 | + */ |
|
10 | 10 | protected $headingLevel = 2; |
11 | 11 | private $divId; |
12 | 12 |