Skip to content
Snippets Groups Projects
Commit e6b872ea authored by Felipe Artur's avatar Felipe Artur
Browse files

Escape single quotes from gl dropdown

parent 6b8d61d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -580,6 +580,8 @@
// Create the list item & the link
var link = document.createElement('a');
 
if (text) { text = text.replace(/'/g, "'"); }
link.href = url;
link.textContent = text;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment