From 67345cd6b426f06dd70a3d2b01477432845fd1a7 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Mon, 4 Mar 2019 15:52:12 +0100 Subject: update parser --- megapixels/app/site/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'megapixels') diff --git a/megapixels/app/site/parser.py b/megapixels/app/site/parser.py index 6c5aa8af..9c7efddd 100644 --- a/megapixels/app/site/parser.py +++ b/megapixels/app/site/parser.py @@ -146,7 +146,7 @@ def intro_section(metadata, s3_path): section += "" if 'caption' in metadata: - section += "
{}
".format(metadata['caption']) + section += "
{}
".format(metadata['caption']) return section -- cgit v1.2.3-70-g09d2