mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 20:58:09 +00:00
:octocat: HTML: +css class
This commit is contained in:
@@ -59,7 +59,7 @@ class QRMarkup extends QROutputAbstract{
|
||||
$html = '';
|
||||
|
||||
foreach($this->matrix->matrix() as $row){
|
||||
$html .= '<div>';
|
||||
$html .= '<div class="'.$this->options->cssClass.'">';
|
||||
|
||||
foreach($row as $M_TYPE){
|
||||
$html .= '<span style="background: '.$this->moduleValues[$M_TYPE].';"></span>';
|
||||
|
||||
Reference in New Issue
Block a user