|
@@ -59,7 +59,7 @@ class QRMarkup extends QROutputAbstract{
|
|
|
$html = '';
|
|
$html = '';
|
|
|
|
|
|
|
|
foreach($this->matrix->matrix() as $row){
|
|
foreach($this->matrix->matrix() as $row){
|
|
|
- $html .= '<div>';
|
|
|
|
|
|
|
+ $html .= '<div class="'.$this->options->cssClass.'">';
|
|
|
|
|
|
|
|
foreach($row as $M_TYPE){
|
|
foreach($row as $M_TYPE){
|
|
|
$html .= '<span style="background: '.$this->moduleValues[$M_TYPE].';"></span>';
|
|
$html .= '<span style="background: '.$this->moduleValues[$M_TYPE].';"></span>';
|