Skip to content

Commit

Permalink
fix design bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
robojuicedev committed Sep 15, 2016
1 parent 86370f8 commit c0cefd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dev": "gulp watch"
},
"dependencies": {
"typerocket-assets": "^3.0.0-26"
"typerocket-assets": "^3.0.0-27"
}
}
2 changes: 1 addition & 1 deletion resources/visuals/builder/content.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="builder-content">
<h2><?php echo esc_html($data['headline']); ?></h2>
<hr />
<?php echo wpautop( esc_html($data['content']) ); ?>
<?php echo wpautop( $data['content'] ); ?>
</div>
2 changes: 1 addition & 1 deletion wordpress/assets/typerocket/css/core.css

Large diffs are not rendered by default.

0 comments on commit c0cefd7

Please sign in to comment.