Index: trunk/extensions/ApiSandbox/ext.apiSandbox.js |
— | — | @@ -365,7 +365,7 @@ |
366 | 366 | var linkHtml = '', |
367 | 367 | descHtml = smartEscape( this.info.description ); |
368 | 368 | if ( this.info.helpurls && this.info.helpurls[0] ) { |
369 | | - descHtml = descHtml.replace( /^([^\r\n\.]*)/, '$1' ) + ' '; |
| 369 | + descHtml = descHtml + ' '; |
370 | 370 | linkHtml = mw.msg( 'parentheses', mw.html.element( 'a', { |
371 | 371 | 'target': '_blank', |
372 | 372 | 'href': this.info.helpurls[0] |