Skip to content

Commit

Permalink
Removed xmlns attribute which no more makes sense in HTML5 pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
luccioman committed Oct 7, 2016
1 parent 94924e2 commit 37df2e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions htroot/ConfigSearchPage_p.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>YaCy '#[clientname]#': Search Page</title>
#%env/templates/metas.template%#
Expand Down Expand Up @@ -46,7 +46,7 @@ <h4>Page Template</h4>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li id="header_search" class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button">Search Interfaces<b class="caret"></b></a>
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Search Interfaces<b class="caret"></b></a>
</li>
<li id="header_help" class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle" aria-label="Help" role="button"><span class="glyphicon glyphicon-question-sign"></span></a>
Expand Down
2 changes: 1 addition & 1 deletion htroot/Crawler_p.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>YaCy '#[clientname]#': Crawler</title>
#%env/templates/metas.template%#
Expand Down
2 changes: 1 addition & 1 deletion htroot/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
#(forward)#::<meta http-equiv="REFRESH" content="0; url=#[target]#" />#(/forward)#
<title>YaCy '#[clientname]#': Search Page</title>
Expand Down
2 changes: 1 addition & 1 deletion htroot/yacysearch.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>#[former]# - YaCy '#[clientname]#': Search Page</title>
#%env/templates/metas.template%#
Expand Down

0 comments on commit 37df2e1

Please sign in to comment.