Skip to content

Commit

Permalink
Merge pull request pi-engine#1196 from krisxoofoo/develop
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
taiwen committed Aug 30, 2014
2 parents 410c43d + 465f47a commit d2bf418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/theme/default/template/layout-admin.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $module = Pi::service('module')->current();
<?php include $this->template('flash-messenger'); ?>
<article class="pi-module-content">
<div ng-view></div>
<div clss="<?php echo $module; ?>"><?php echo $content; ?></div>
<div class="<?php echo $module; ?>"><?php echo $content; ?></div>
</article>

<footer class="pi-footer">
Expand Down Expand Up @@ -128,4 +128,4 @@ $module = Pi::service('module')->current();
</section>
<?php $this->footScript()->appendFile($this->assetTheme('js/admin.js')); ?>
</body>
</html>
</html>

0 comments on commit d2bf418

Please sign in to comment.