From 40e3ba10b29adede81052f1b2dd5bef3c7ffcfb4 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Tue, 30 Oct 2018 11:07:48 +0000 Subject: [PATCH] Editorial: decode Serbo-Croatian example text Helps with #3683. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index b4b2752adb5..66f97f412a1 100644 --- a/source +++ b/source @@ -18627,7 +18627,7 @@ interface HTMLLIElement : HTMLElement { <figcaption>The top 10 movies of all time</figcaption> <ol> <li value="10"><cite>Josie and the Pussycats</cite>, 2001</li> - <li value="9"><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li> + <li value="9"><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li> <li value="8"><cite>A Bug's Life</cite>, 1998</li> <li value="7"><cite>Toy Story</cite>, 1995</li> <li value="6"><cite>Monsters, Inc</cite>, 2001</li> @@ -18646,7 +18646,7 @@ interface HTMLLIElement : HTMLElement { <figcaption>The top 10 movies of all time</figcaption> <ol reversed> <li><cite>Josie and the Pussycats</cite>, 2001</li> - <li><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li> + <li><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li> <li><cite>A Bug's Life</cite>, 1998</li> <li><cite>Toy Story</cite>, 1995</li> <li><cite>Monsters, Inc</cite>, 2001</li>