File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
connect/notificationServices Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function handleScheduledEvents(events, setEventsStatus) {
48
48
emailBody += '<ul>' ;
49
49
_ . values ( eventsByTopics ) . forEach ( ( topicEvents ) => {
50
50
emailBody += '<li>' ;
51
- emailBody += `<a href="http://www. connect.topcoder.com/projects/${ topicEvents [ 0 ] . data . data . projectId } #feed-${ topicEvents [ 0 ] . data . data . topicId } > ${ topicEvents [ 0 ] . data . data . topicTitle } </a>` ;
51
+ emailBody += `<a href="http://connect.topcoder.com/projects/${ topicEvents [ 0 ] . data . data . projectId } #feed-${ topicEvents [ 0 ] . data . data . topicId } " > ${ topicEvents [ 0 ] . data . data . topicTitle } </a>` ;
52
52
emailBody += `<span style="color:#777777"> - ${ topicEvents . length } updates</span>` ;
53
53
emailBody += '</li>' ;
54
54
} ) ;
You can’t perform that action at this time.
0 commit comments