-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove spaces at the beginning of the server name when doing a Battle…
…log server search. I don't know why, but some servers appear to have a bunch of spaces at the beginning of their name. Is that for the purpose of moving them to the top of search results? Is that to line them up with something on the server loading screen? I have no idea. But, anyway, it appears Battlelog automatically finds no results if you search for the server with all of the spaces at the beginning of its name. So, now the extra spaces are removed before searching Battlelog for the server.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -513,4 +513,4 @@ | |
header("Content-type: image/png"); | ||
echo file_get_contents('./images/error.png'); | ||
} | ||
?> | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters