diff --git a/content.php b/content.php index e0691ee..64a83d7 100755 --- a/content.php +++ b/content.php @@ -24,7 +24,7 @@

- +

@@ -39,7 +39,7 @@ - + diff --git a/functions.php b/functions.php index 8f5687e..065fff8 100755 --- a/functions.php +++ b/functions.php @@ -1187,7 +1187,7 @@ function independent_publisher_maybe_linkify_the_content( $content ) { $content = independent_publisher_clean_content( $content ); // Now we can link the Quote or Aside content to itself - $content = '' . $content . ''; + $content = '' . $content . ''; } return $content; @@ -1202,7 +1202,7 @@ function independent_publisher_maybe_linkify_the_content( $content ) { */ function independent_publisher_maybe_linkify_the_excerpt( $content ) { if ( !is_single() ) { - $content = '' . $content . ''; + $content = '' . $content . ''; } return $content; @@ -1295,3 +1295,23 @@ function independent_publisher_show_page_load_progress_bar() { ?> \ No newline at end of file