Remove the superfluous 'r' from the version number

This commit is contained in:
Michiel Sikma
2015-08-03 12:37:30 +09:00
parent 2291531323
commit 6990d2005b

View File

@@ -11,7 +11,7 @@
-->
<head>
<meta charset="utf-8" />
<title>{{$title_str}} r{{$revision}} Icon Overview</title>
<title>{{$title_str}} {{$revision}} Icon Overview</title>
<!-- Pokémon icons -->
<link type="text/css" href="{{$css_output}}" rel="stylesheet" media="screen" />
<script charset="utf-8" src="{{$js_output}}" ></script>
@@ -29,7 +29,7 @@
<body>
<div id="top">
<div class="description">
<h1>{{$title_str}} r{{$revision}} Icon Overview</h1>
<h1>{{$title_str}} {{$revision}} Icon Overview</h1>
<p>The following list is a complete overview of all icons and the HTML necessary to display them. It was generated on <span class="time">{{$script_date_html}}</span>.</p>
<p>For more information about the project, visit <a href="{{$website_html}}">{{$website_html}}</a>.</p>
</div>