mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-21 10:59:57 -06:00
typo
This commit is contained in:
@@ -362,7 +362,7 @@ var run = function() {
|
||||
if (since == until) {
|
||||
date = since;
|
||||
} else {
|
||||
date = since + ' &endash; ' + until;
|
||||
date = since + ' – ' + until;
|
||||
}
|
||||
|
||||
view = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<h2>
|
||||
<a href="https://github.com/{{username}}/{{name}}">{{name}}</a>
|
||||
</h2>
|
||||
<h3>{{#language}}{{language}} &endash; {{/language}}Creator & Owner</h3>
|
||||
<h3>{{#language}}{{language}} – {{/language}}Creator & Owner</h3>
|
||||
<h4>{{date}}</h4>
|
||||
<p>{{description}}</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user