Remove superfluous whitespace.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 31 Jul 2012 10:51:42 +0000 (12:51 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 31 Jul 2012 10:51:42 +0000 (12:51 +0200)
src/main/resources/templates/artist

index e14770f..e04ac03 100644 (file)
@@ -6,7 +6,7 @@
 
 <h1><%include include/artist></h1>
 
-<h2>Tracks by <% artist.name|html></h2>
+<h2>Tracks by <%artist.name|html></h2>
 
 <%foreach artist.tracks track|sort>
 <%first><ul><%/first>