[MozillaBugTrackerBridge] Fix incorrect newlines in feed title (#2298)

This commit is contained in:
Yaman Qalieh 2021-10-14 05:13:18 -04:00 committed by GitHub
parent 793c55f43d
commit c445ba6ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class MozillaBugTrackerBridge extends BridgeAbstract {
defaultLinkTo($html, self::URI);
// Store header information into private members
$this->bugid = $html->find('#field-value-bug_id', 0)->plaintext;
$this->bugid = trim($html->find('#field-value-bug_id', 0)->plaintext);
$this->bugdesc = $html->find('h1#field-value-short_desc', 0)->plaintext;
// Get and limit comments