mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed broken links in feature image caption in post history
No ref
This commit is contained in:
parent
d26ba6ff4d
commit
1f643884af
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<img src="{{this.comparisonRevision.feature_image}}">
|
||||
{{/if}}
|
||||
{{#if this.comparisonRevision.feature_image_caption}}
|
||||
<p>{{this.comparisonRevision.feature_image_caption}}"</p>
|
||||
<p>{{{this.comparisonRevision.feature_image_caption}}}"</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<img src="{{this.selectedRevision.feature_image}}">
|
||||
{{/if}}
|
||||
{{#if this.selectedRevision.feature_image_caption}}
|
||||
<p>{{this.selectedRevision.feature_image_caption}}</p>
|
||||
<p>{{{this.selectedRevision.feature_image_caption}}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue