From 50d2a17ec6b454404b086c0b000f6c94e5eac88f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 25 Apr 2018 02:15:04 +0400 Subject: Minor changes Signed-off-by: Valentin Popov --- _includes/image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/image.html') diff --git a/_includes/image.html b/_includes/image.html index d6be65c..f5684d1 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1,6 +1,6 @@ -{% assign alternative = include.alt | strip_newlines | strip_html | strip | normalize_whitespace | smartify | downcase | capitalize %} +{% assign alternative = include.alt | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape %} {% assign identifier = include.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify %} -{% assign source = include.src | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape %} +{% assign source = include.src | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape %} {{ alternative }} -- cgit v1.2.3