mirror of
https://github.com/resume/resume.github.com.git
synced 2026-05-12 14:29:50 -05:00
Merge pull request #200 from vermiculus/master
Use dashes instead of hyphens where appropriate
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ var run = function() {
|
||||
if (since == until) {
|
||||
date = since;
|
||||
} else {
|
||||
date = since + ' - ' + until;
|
||||
date = since + ' &endash; ' + until;
|
||||
}
|
||||
|
||||
view = {
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
<h2>
|
||||
<a href="https://github.com/{{username}}/{{name}}">{{name}}</a>
|
||||
</h2>
|
||||
<h3>{{#language}}{{language}} - {{/language}}Creator & Owner</h3>
|
||||
<h3>{{#language}}{{language}} &endash; {{/language}}Creator & Owner</h3>
|
||||
<h4>{{date}}</h4>
|
||||
<p>{{description}}</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user