Remove copyright of error page
authorryuan <ryuan.choi@samsung.com>
Mon, 25 Mar 2013 02:03:38 +0000 (11:03 +0900)
committerryuan <ryuan.choi@samsung.com>
Mon, 25 Mar 2013 02:13:59 +0000 (11:13 +0900)
[Title]Remove copyright of error page
[Problem] copyright is not needed for this error page.
[Cause] N/A
[Solution] Removed.

Change-Id: Ia65ce85d83a8dab01c21bd0ae60062e7e785b3eb

Source/WebKit2/UIProcess/efl/htmlfiles/errorPage.html

index aa4cecd..138f57c 100644 (file)
@@ -46,10 +46,6 @@ document.write("<p><ul><li><strong>%errorCause%</strong></ul></br>");
 document.write("%errorSuggestionsHeader% <ul><li>%errorSuggestions1%</li><li>%errorSuggestions2%</li><li>%errorSuggestions3%</li></ul></p>");
 </script>
 </div>
-<p align=center>
-<span style=COLOR:#4d4dff;FONT-SIZE:60%><strong>TIZEN Browser <br></strong></span>
-<span style=COLOR:#7b7b7b;FONT-SIZE:60%>Copyright 2010-2012 Samsung Electronics Ltd.<br> All Rights Reserved</span>
-</p>
 </div>
 </body>
 </html>