From 4a39a7730ea6a950011ff204e085ebab85687323 Mon Sep 17 00:00:00 2001 From: Ayub Ahmed Date: Sat, 11 Mar 2017 18:42:08 +0600 Subject: [PATCH] create_caption: align line 37 properly --- graphics/titlepic/create_caption | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index 8cfb8196..f5feb608 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -34,7 +34,7 @@ if [ $# = 4 ]; then -gravity north \ -draw "image over 0,18 0,0 '$2'" \ -gravity south \ - -draw "image over 0,-25 0,0 '$3'" + -draw "image over 0,-25 0,0 '$3'" else draw_with_footer "$1" "$2" fi