File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 105
105
<div class='github-box'> \
106
106
<div class='github-box-header'> \
107
107
<h3> \
108
- <a href='" + repo_url + "'>' " + repo . name + "' </a> \
108
+ <a href='" + repo_url + "'>" + repo . name + "</a> \
109
109
</h3> \
110
110
<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> \
113
113
</div> \
114
114
</div> \
115
115
<div class='github-box-content'> \
116
- <p>' " + repo . description + "' — <a href='" + repo_url + "'#readme'>Read More</a></p> \
116
+ <p>" + repo . description + " — <a href='" + repo_url + "'#readme'>Read More</a></p> \
117
117
</div> \
118
118
<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> \
120
120
<a class='repo-download' href='" + repo_url + "'/zipball/master'>Download as zip</a> \
121
121
</div> \
122
122
</div> \
You can’t perform that action at this time.
0 commit comments