mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
add missing space between attributes of html tag
This commit is contained in:
parent
ed4b5e34a4
commit
6c1327d893
|
@ -1337,7 +1337,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
||||||
';
|
';
|
||||||
if($config['buttons']) {
|
if($config['buttons']) {
|
||||||
foreach($config['buttons'] as $button)
|
foreach($config['buttons'] as $button)
|
||||||
$content .= '<button class="btn'.(!empty($button['id']) ? ' btn-primary" id="'.$button['id'].'"': ' btn-secondary" ').'data-dismiss="modal" aria-hidden="true">'.$button['title'].'</button>';
|
$content .= '<button class="btn'.(!empty($button['id']) ? ' btn-primary" id="'.$button['id'].'"': ' btn-secondary" ').' data-dismiss="modal" aria-hidden="true">'.$button['title'].'</button>';
|
||||||
}
|
}
|
||||||
$content .= '
|
$content .= '
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user