mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-27 05:45:41 +00:00
[SamMobileBridge] Remove empty spaces
This commit is contained in:
parent
d4a7ba4956
commit
49b6033a79
@ -31,7 +31,7 @@ class SamMobileUpdateBridge extends BridgeAbstract
|
||||
$html = getSimpleHTMLDOM($uri);
|
||||
|
||||
$elementsDom = $html->find('.main-content-item__content.main-content-item__content-md table tbody tr');
|
||||
|
||||
|
||||
foreach ($elementsDom as $elementDom) {
|
||||
$item = [];
|
||||
|
||||
@ -39,7 +39,7 @@ class SamMobileUpdateBridge extends BridgeAbstract
|
||||
|
||||
$title = 'Security patch: ' . $td[2] . ' - Android version: ' . $td[3] . ' - PDA: ' . $td[4];
|
||||
$text = 'Model: ' . $td[0] . '<br>Country/Carrier: ' . $td[1] . '<br>Security patch: ' . $td[2] . '<br>OS version: Android ' . $td[3] . '<br>PDA: ' . $td[4];
|
||||
|
||||
|
||||
$item['uri'] = $uri;
|
||||
$item['title'] = $title;
|
||||
$item['author'] = self::MAINTAINER;
|
||||
|
Loading…
Reference in New Issue
Block a user