Skip to content

Commit 643b627

Browse files
committed
Remove extra single quotes
1 parent 026fd16 commit 643b627

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/jquery.github.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,18 @@
105105
<div class='github-box'> \
106106
<div class='github-box-header'> \
107107
<h3> \
108-
<a href='" + repo_url + "'>'" + repo.name + "'</a> \
108+
<a href='" + repo_url + "'>" + repo.name + "</a> \
109109
</h3> \
110110
<div class='github-stats'> \
111-
<a class='repo-watchers' href='" + repo_url + "'/watchers'>'" + repo.watchers + "'</a> \
112-
<a class='repo-forks' href='" + repo_url + "'/forks'>'" + repo.forks + "'</a> \
111+
<a class='repo-watchers' href='" + repo_url + "'/watchers'>" + repo.watchers + "</a> \
112+
<a class='repo-forks' href='" + repo_url + "'/forks'>" + repo.forks + "</a> \
113113
</div> \
114114
</div> \
115115
<div class='github-box-content'> \
116-
<p>'" + repo.description + "' &mdash; <a href='" + repo_url + "'#readme'>Read More</a></p> \
116+
<p>" + repo.description + " &mdash; <a href='" + repo_url + "'#readme'>Read More</a></p> \
117117
</div> \
118118
<div class='github-box-download'> \
119-
<p class='repo-update'>Latest commit to <strong>master</strong> on '" + pushed_at + "'</p> \
119+
<p class='repo-update'>Latest commit to <strong>master</strong> on " + pushed_at + "</p> \
120120
<a class='repo-download' href='" + repo_url + "'/zipball/master'>Download as zip</a> \
121121
</div> \
122122
</div> \

0 commit comments

Comments
 (0)