]> _ Git - physioassist-wordpress.git/commitdiff
Fix #3090 @0.25
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 30 Sep 2019 10:37:42 +0000 (10:37 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 30 Sep 2019 10:37:42 +0000 (10:37 +0000)
wp-content/themes/physioassist/resources/views/partials/content-single.blade.php
wp-content/themes/physioassist/resources/views/partials/content.blade.php

index 5662b99878f7100d56f5d8c5151918c356537128..6b002c58746e188c25514b7ff67729546bbc7a8e 100644 (file)
@@ -7,7 +7,7 @@
   <div class="blog-post-text">
     <header>
       @include('partials/entry-meta')
-      <h1 class="entry-title">{{ get_the_title() }}</h1>
+      <h1 class="entry-title">{!! get_the_title() !!}</h1>
     </header>
     <div class="entry-content">
       @php(the_content())
index 8895612c6fa620cfd694282eb6d13baaa4aa7164..e54c299a74c5cd6ad05ffcfa6b0671d33629e513 100644 (file)
@@ -7,7 +7,7 @@
   <div class="blog-post-text">
     <header>
       @include('partials/entry-meta')
-      <h3 class="entry-title"><a href="{{ get_permalink() }}">{{ get_the_title() }}</a></h3>
+      <h3 class="entry-title"><a href="{{ get_permalink() }}">{!! get_the_title() !!}</a></h3>
     </header>
     <div class="entry-summary">
       @php(the_excerpt())