Minor change
This commit is contained in:
parent
2d8d86781c
commit
faa2ff5612
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user