From f4d82459e5b3459c868c7037558583133adcd59b Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Tue, 1 Nov 2011 13:33:11 +0200 Subject: [PATCH] Bug 482921 part 13 - Avoid regressing bug 673094 - RTL characters at the end of attribute values in View Source. r=ehsan. --- layout/style/viewsource.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/viewsource.css b/layout/style/viewsource.css index ad5c652a0a7a..72ee55861b98 100644 --- a/layout/style/viewsource.css +++ b/layout/style/viewsource.css @@ -100,7 +100,7 @@ pre { color: steelblue; font-style: italic; } -span:not(.error) { +span:not(.error), a:not(.error) { unicode-bidi: embed; } .error,