summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/theme-tools/content-options/author-bio.php')
-rw-r--r--plugins/jetpack/modules/theme-tools/content-options/author-bio.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/theme-tools/content-options/author-bio.php b/plugins/jetpack/modules/theme-tools/content-options/author-bio.php
index 3e2c1c8e..89d4603c 100644
--- a/plugins/jetpack/modules/theme-tools/content-options/author-bio.php
+++ b/plugins/jetpack/modules/theme-tools/content-options/author-bio.php
@@ -26,7 +26,7 @@ function jetpack_author_bio() {
if ( ! is_single() ) {
return;
}
-?>
+ ?>
<div class="entry-author">
<div class="author-avatar">
<?php
@@ -56,5 +56,5 @@ function jetpack_author_bio() {
</a>
</p><!-- .author-bio -->
</div><!-- .entry-auhtor -->
-<?php
+ <?php
}