[epiphany] Close <p> tag



commit af76364c26005d38c94fd37763f976b9b7f98e23
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Thu Apr 28 15:46:30 2016 +0300

    Close <p> tag
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765724

 embed/ephy-web-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 339854d..36be71c 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1803,7 +1803,7 @@ ephy_web_view_load_error_page (EphyWebView         *view,
                                     "%s</strong>. Attackers might be trying to "
                                     "steal or alter information going to or from "
                                     "this site (for example, private messages, "
-                                    "credit card information, or passwords)."),
+                                    "credit card information, or passwords).</p>"),
                                   hostname);
       /* Message details when a site is not loaded due to an invalid TLS certificate. */
       msg_details = detailed_message_from_tls_errors (view->tls_errors);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]