Skip to content

Commit

Permalink
remove extra closing tag and encode copyright symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
timkeane committed Jul 20, 2017
1 parent 952fa27 commit 26f2425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext {
appName = 'nyc-tile-example'
ver = 'v0.1.7-SNAPSHOT'
ver = 'v0.1.7'
pkgDir = "${buildDir}/${appName}/${ver}"
remoteDir = 'tiles'
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ <h2 id="background">Background</h2>

<h2 id="license">License</h2>
<p>
<a href="http://creativecommons.org/licenses/by/4.0"><img src="https://licensebuttons.net/l/by/4.0/88x31.png" alt="CC-BY License"></a>
Each of these map tile sets are © City of New York, licensed for reuse under the <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution (CC BY 4.0)</a> license.</em>
<a href="http://creativecommons.org/licenses/by/4.0"><img src="https://licensebuttons.net/l/by/4.0/88x31.png" alt="CC-BY License"></a><br>
Each of these map tile sets are © City of New York, licensed for reuse under the <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution (CC BY 4.0)</a> license.
</p>

<h2 id="tms">Tile Map Service</h2>
Expand Down

0 comments on commit 26f2425

Please sign in to comment.