Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 5f8c070

Browse files
author
helmanbudianto
committed
Merge pull request #2 from Stackla/STTP-126
STTP-126: Change Stackla widget wrapper classname
2 parents 3260c39 + 2381e80 commit 5f8c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/stackla_widget.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
<?php endif; ?>
1818
<?php if (!empty($data['look_and_feel']['embed_code'])): ?>
19-
<div class="stackla-widget">
19+
<div class="stackla-widget-wrapper">
2020
<?php print $data['look_and_feel']['embed_code'];?>
2121
</div>
2222
<?php endif; ?>

0 commit comments

Comments
 (0)