Skip to content
Discussion options

You must be logged in to vote

Hi, this looks like your animal_view template is missing a text encoding directive. This causes extended/unicode characters like smart quotes and apostrophes to be rendered as latin1 on some platforms.

Add this inside the <head> tag in your animal_view template:

<meta charset="utf-8">

Alternatively, if you have not really customised the animalview template, you can reset it to the latest version - which has this directive and looks much nicer - by going to Publishing->Edit HTML Publishing Templates, clicking on "animalview" in the list and then clicking the red "Revert to Default" button, followed by "Update" and then closing the dialog.

There is a 10 minute cache on animal pages, so you…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ketalabama
Comment options

@ketalabama
Comment options

Answer selected by ketalabama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants