Skip to content

Commit cbfb9cb

Browse files
committed
Use double quotes in templates.
Consistency, yo.
1 parent 35cb4a8 commit cbfb9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/app/templates/application.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header>
2-
<h1><a href='http://unspace.ca' class='un' target='_blank'>Un</a><span class='dash'>-</span>Uploader</h1>
2+
<h1><a href="https://unspace.ca" class="un" target="_blank">Un</a><span class="dash">-</span>Uploader</h1>
33
</header>
44

55
<main>

client/app/templates/images.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
<ul class="images-list">
44
{{#each image in newest}}
5-
{{image-item tagName='li' image=image error=error}}
5+
{{image-item tagName="li" image=image error=error}}
66
{{/each}}
77
</ul>

0 commit comments

Comments
 (0)