Skip to content

fix(webserver): remove stray leading brace in style.css and normalize formatting - #78

Merged
ngosang merged 1 commit into
amule-org:masterfrom
ngosang:fix/webui-stray-brace-style-css
Jun 11, 2026
Merged

fix(webserver): remove stray leading brace in style.css and normalize formatting#78
ngosang merged 1 commit into
amule-org:masterfrom
ngosang:fix/webui-stray-brace-style-css

Conversation

@ngosang

@ngosang ngosang commented Jun 11, 2026

Copy link
Copy Markdown
Member

style.css started with an orphan closing brace on line 1, a remnant of a selector lost at some point. It is a CSS parse error: browsers recover by skipping it, so rendering was not affected, but it is a trap for future edits and trips up validators and tooling.

Remove the stray brace and normalize the formatting of the file (tab indentation, consistent "property: value;" spacing) without changing any selector or declaration, so the rendered result is identical.

Verified against a running amuleweb: the served style.css matches, parses with balanced braces, and the pages render unchanged.

… formatting

style.css started with an orphan closing brace on line 1, a remnant of a
selector lost at some point. It is a CSS parse error: browsers recover by
skipping it, so rendering was not affected, but it is a trap for future
edits and trips up validators and tooling.

Remove the stray brace and normalize the formatting of the file (tab
indentation, consistent "property: value;" spacing) without changing any
selector or declaration, so the rendered result is identical.

Verified against a running amuleweb: the served style.css matches, parses
with balanced braces, and the pages render unchanged.
@ngosang ngosang changed the title fix(webserver): remove stray leading brace in style.css and normalize… fix(webserver): remove stray leading brace in style.css and normalize formatting Jun 11, 2026
@ngosang
ngosang merged commit 778080c into amule-org:master Jun 11, 2026
9 checks passed
@ngosang
ngosang deleted the fix/webui-stray-brace-style-css branch June 11, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant