mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 21:16:09 +02:00
Fix origin line to a signle leading space (reported by apam)
This commit is contained in:
parent
61c9a0d320
commit
05cf2c24ca
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ function getOrigin(address) {
|
|||
Config.general.boardName;
|
||||
|
||||
const addrStr = new Address(address).toString('5D');
|
||||
return ` * Origin: ${origin} (${addrStr})`;
|
||||
return ` * Origin: ${origin} (${addrStr})`;
|
||||
}
|
||||
|
||||
function getTearLine() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue