Skip to content

Commit

Permalink
Correcting Issue #7
Browse files Browse the repository at this point in the history
Correcting Issue #7
#7
I haven't tested the frontend, but it solves the duplicator problem!
  • Loading branch information
renansantos committed May 10, 2013
1 parent afb401d commit 215f1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ private function createDuplicatorTemplate(XMLElement $wrapper, $label, $name, ar
private function createCustomValueDuplicatorTemplate(XMLElement $wrapper, $name = 'Custom', array $values = null) {
// Create duplicator template
$li = new XMLElement('li');
$li->setAttribute('data-type', 'custom');
$header = new XMLElement('header');
$header->appendChild(new XMLElement('h4', $name));
$li->appendChild($header);
Expand Down

0 comments on commit 215f1e4

Please sign in to comment.