GitLab Runner registration command in project settings is not properly formatted

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Description: When adding a new runner from the CI/CD settings of a project (e.g., /-/runners/9648/register), the registration command provided by GitLab is broken across multiple lines, making it not directly copy-pastable into a terminal.

Current Output:

`gitlab-runner register

--url https://mygitlaburl.com

--token glrt-t3_R4ejd6Ua7KWnTDXWkEMF`

Expected command

`gitlab-runner register \

--url https://mygitlaburl.com \

--token glrt-t3_R4ejd6Ua7KWnTDXWkEMF`

Edited by 🤖 GitLab Bot 🤖