Skip to content

Commit

Permalink
Update edit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
prometeusweb committed Sep 3, 2015
1 parent 33260ae commit 76f9d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
");
?>

<form action="<?php echo JRoute::_('index.php?option=com_templates&layout=edit&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="style-form" class="form-validate">
<form action="<?php echo JRoute::_('index.php?option=com_templates&layout=edit&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm" class="form-validate">

<?php echo JLayoutHelper::render('joomla.edit.title_alias', $this); ?>

Expand Down

0 comments on commit 76f9d2b

Please sign in to comment.