Commit e3740410 authored by Patrick Kenny's avatar Patrick Kenny Committed by Sascha Grossenbacher
Browse files

Issue #2141031 by finne, ptmkenny: unclosed a tag in privatemsg-alternatives.js

parent 8a0bb284
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
      $("span.privatemsg-recipient-alternative").each(function() {
        $(this).after(
          // Replace the span with a link, add href and class.
          $('<a>')
          $('<a/>')
            .attr({'href' : '#'})
            .addClass('privatemsg-recipient-alternative')
            .text($(this).text())