fix/events-wiki #5628
3 Participants
Notifications
Due Date
No due date set.
Blocks
#5622 Remove outdated sidebar about wiki events from event page
FSFE/fsfe-website
Reference: FSFE/fsfe-website#5628
Reference in New Issue
Block a user
Delete Branch "fix/events-wiki"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes #5622
5a8b949443to19f3e65716@@ -59,3 +59,3 @@<p>Beachte, dass alle FSFE-Events von unserem<a href="/about/codeofconduct">Verhaltenskodex</a><a href="/about/codeofconduct.html">Verhaltenskodex</a>The
.htmlis not needed for the link to work as apache2 will resolve it correctly to the matching HTML file.I see, I was just making the files match. Four our internal postfixing to link directly it must end in .html. If apache handles it it does not matter though I guess.
I think I will keep the .html ending: I think I prefer to rely on our build system to sort out links than our webserver, as ideally we would eventually be webserver agnostic.
@@ -7,3 +7,3 @@</head><body class="toplevel article ltr"><body class="toplevel article">The
ltrclass will prevent the wrong display inrtllanguages that have noevents.XX.xhtmlpage and fall back to the English version.So should we always be fixing every body with
ltr? I would have thought this a problem for css/language based xsl?I have whitelisted the body for the diff checks, and returned the ltr class.
(I removed myself as technical reviewer.)
19f3e65716todaae5f1613