Skip to content

Commit 84756e5

Browse files
committed
fix unnecessary unescape
1 parent ba3cb96 commit 84756e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/fixtures/slim-lang.slim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ html[xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"]
130130
| render
131131
span.string
132132
| 'footer'
133-
| | Copyright © #{year} #{author}
133+
| | Copyright © #{year} #{author}
134134
p.foot.up
135135
| Source:
136136
a[href="http://github.com/slim-template/slim"]
137137
| slim-template/slim
138-
|  | Slim maintained by
138+
|  | Slim maintained by
139139
a[href="http://github.com/minad"]
140140
| minad
141-
|  | Logo & design by
141+
|  | Logo & design by
142142
a[href="http://github.com/activestylus"]
143143
| activestylus
144144
br

0 commit comments

Comments
 (0)