Error page template for Midori.
This file is licensed under the terms of the expat license, see the file EXPAT.
-->
-<html>
+<html dir="{dir}">
<head>
<title>{title}</title>
<link rel="shortcut icon" href="{icon}" />
title_escaped = g_markup_escape_text (title, -1);
icon = katze_item_get_icon (view->item);
result = sokoke_replace_variables (template,
+ "{dir}", gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL ?
+ "rtl" : "ltr",
"{title}", title_escaped,
"{icon}", icon ? icon : "",
"{message}", message,