mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-08 18:35:11 -05:00
Remove the superfluous 'r' from the version number
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user