On 25/07/2024 10:42, Greg Wooledge wrote:
On Thu, Jul 25, 2024 at 09:50:43 +0700, Max Nikulin wrote:https://wiki.debian.org/EnvironmentVariables?action=raw&rev=33 has one empty line after "<<TableOfContents(3)>>" while rev=22 has 2 empty lines and it may be more significant than a space before "<<".I assume you mean "while rev=32". I removed the extra blank line at the same time I removed the leading space. The leading space causes indentation, but a blank line should just be ignored when rendering the HTML. It has no significance in the final appearance.
A space before " <<TableOfContents(3)>>" combined with 2 empty lines after cause extra "</div>" closing <div id="content"> before following text. So most of article text has no left margin.
https://wiki.debian.org/WikiSandBox?action=recall&rev=144 https://wiki.debian.org/EnvironmentVariables?action=recall&rev=32
The Permissions article has an extra space in the translations line causing extra indentation due to rather weird markup <table style="&quot; width: 100%; &quot;">I don't touch the translation stuff.
I just compared markup of 2 pages and generated HTML. Firefox highlights invalid elements in view-source:. I have realized that a space may be a red herring here. Permissions explicitly adds table while EnvironmentVariables uses just small text.