Skip to content

Commit 1c3d908

Browse files
committed
remove invalid html tags inside hint.css labels
1 parent 2663869 commit 1c3d908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/app.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ class LicenseSuggestion
144144
callback null, info
145145
.fail (e) ->
146146
if e.status == 404
147-
callback new Error "Repository <b>#{repositoryFullName}</b> not found."
147+
callback new Error "Repository #{repositoryFullName} not found."
148148
else
149-
callback new Error "Network error when trying to get information about <b>#{repositoryFullName}</b>."
149+
callback new Error "Network error when trying to get information about #{repositoryFullName}."
150150

151151
# Generates a message showing that a repository is already licensed
152152
repositoryLicense: (repositoryFullName, license) ->

0 commit comments

Comments
 (0)