чување 3f1b48893dc479c11b4d2777647f962874e68a53
родитељ cd11764798dbbd7166af3b3ff80dc3cda732597b
Аутор: Страхиња Радић <contact@strahinja.org>
Датум: Mon, 22 Mar 2021 16:25:43 +0100
Added space after image text
Signed-off-by: Страхиња Радић <contact@strahinja.org>
Diffstat:
измењених датотека: 1, додавања: 1(+), брисања: 1(-)
diff --git a/slw2gmi.c b/slw2gmi.c
@@ -1643,7 +1643,7 @@ process_inline_image(uint8_t* image_text, uint8_t* image_url, FILE* output,
pparalinks->value_size = u8_strlen(image_text)+1;
pparalinks->value = u8_strdup(image_text);
- print_output(output, "%s", image_text);
+ print_output(output, "%s ", image_text);
if (!*image_text)
output_firstcol = FALSE;