Skip to content

Commit 19f4fcc

Browse files
committed
🔧
1 parent 3069356 commit 19f4fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Output/QRMarkupHTML.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class QRMarkupHTML extends QRMarkup{
2323
protected function createMarkup(bool $saveToFile):string{
2424
$html = empty($this->options->cssClass)
2525
? '<div>'
26-
: sprintf('<div class="%s">', $this->getCssClass());
26+
: sprintf('<div class="%s">', $this->getCssClass(0)); // @todo $M_TYPE
2727

2828
$html .= $this->options->eol;
2929

0 commit comments

Comments
 (0)