diff --git a/src/mainwindow.c b/src/mainwindow.c index 353d147..0a37a9d 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -624,7 +624,7 @@ static void mainWindow_set_text(struct mainWindow *mainWindow, gchar *text, gcha } else { g_warning("Could not render markdown for file. Showing plain text instead.\n"); webkit_web_view_load_html_string(WEBKIT_WEB_VIEW(mainWindow->webkitView), - text, ""); + text, base_url); } g_free(base_url); } else {