Remove favicon template object from template files (#6612)

pull/6622/head
johndoh 5 years ago committed by Aleksander Machniak
parent 43499432a5
commit d0c7e8d7c3

@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" doctype="html4" /> <roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" /> <link rel="stylesheet" type="text/css" href="/print.css" />
</head> </head>
<body> <body>

@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" doctype="html4" /> <roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" /> <link rel="stylesheet" type="text/css" href="/print.css" />
</head> </head>
<body> <body>

@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" /> <roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" /> <link rel="stylesheet" type="text/css" href="/print.css" />
</head> </head>
<body> <body>

@ -2,7 +2,8 @@
<html> <html>
<head> <head>
<title><roundcube:object name="pagetitle" /></title> <title><roundcube:object name="pagetitle" /></title>
<roundcube:object name="favicon" /> <roundcube:object name="meta" />
<roundcube:object name="links" />
<link rel="stylesheet" type="text/css" href="/print.css" /> <link rel="stylesheet" type="text/css" href="/print.css" />
</head> </head>
<body> <body>

Loading…
Cancel
Save