8b84288ee2
This fixes a lot of security vulnabilites. Fix the font size when webkit based browsers can't find a webpage. [1] Chase after shlib version of icu4. [2] PR: ports/148182 [1], ports/148743 [2] Submitted by: Romain Tartiere <romain@FreeBSD.org> [1] Jonathan Chen <jonc@chen.org.nz> [2] Security: 19419b3b-92bd-11df-b140-0015f2db7bde
259 B
259 B
--- WebKit/gtk/resources/error.html.orig
+++ WebKit/gtk/resources/error.html
@@ -21,12 +21,12 @@
}
#errorTitleText {
- font-size: 120%;
+ font-size: 120%%;
font-weight: bold;
}
#errorMessageText {
- font-size: 80%;
+ font-size: 80%%;
}