From eabdbd545ed474ebcf63c3e839f2e50e40ddb379 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 7 Jan 2019 18:44:03 +0100 Subject: remove useless space --- example.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example.cgi') diff --git a/example.cgi b/example.cgi index 2af2637..f7f8755 100755 --- a/example.cgi +++ b/example.cgi @@ -58,14 +58,14 @@ if $cgi.include?("poll") else $d << "
" $d << _("Example not found: %{example}") % { :example => CGI.escapeHTML($cgi["poll"])} - $d << "
" + $d << "" end end unless $d.html.header["status"] == "REDIRECT" unless $conf.examples.empty? $d << "

" + _("Examples") + "

" - $d << _("If you want to play with the application, you may want to take a look at these example polls:") + $d << _("If you want to play with the application, you may want to take a look at these example polls:") $d << "