Skip to content

Commit 7c88140

Browse files
committed
Fix XHTML Doxygen docs inconsistencies
1 parent d43e93e commit 7c88140

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
</div>
22
<div id="footer-container">
33
<div id="footer">
4+
CSFML is licensed under the terms and conditions of the <a href="https://www.sfml-dev.org/license.php">zlib/png license</a>.<br />
45
Copyright &copy; Laurent Gomila &nbsp;::&nbsp;
56
Documentation generated by <a href="https://www.doxygen.nl/" title="doxygen website">doxygen</a> &nbsp;::&nbsp;
67
</div>

doc/header.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<title>CSFML - C binding of the Simple and Fast Multimedia Library</title>
5-
<meta http-equiv="Content-Type" content="text/html;"/>
6-
<meta charset="utf-8"/>
5+
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
76
<!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
87
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
98
<script type="text/javascript" src="jquery.js"></script>
109
<script type="text/javascript" src="dynsections.js"></script>
1110
<link rel="stylesheet" type="text/css" href="search/search.css" />
12-
<link rel="stylesheet" type="text/css" href="searchOverrides.css" /> <script type="text/javascript" src="search/searchdata.js"></script>
11+
<link rel="stylesheet" type="text/css" href="searchOverrides.css" />
12+
<script type="text/javascript" src="search/searchdata.js"></script>
1313
<script type="text/javascript" src="search/search.js"></script>
1414
<script type="text/javascript">
1515
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
@@ -24,3 +24,4 @@
2424
</div>
2525
</div>
2626
<div id="content">
27+
<div>

0 commit comments

Comments
 (0)