logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: c1798af737277771a6429289b675f4097f6e6e1e
parent c925cde8115fc2df5cf51f6a648fc536c1f33516
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 20 Feb 2019 09:15:20 +0100

articles/Email to graphics-dev@chromium.org about nouveau blacklisting.xhtml: a/id instead of a/name

Diffstat:

Marticles/Email to graphics-dev@chromium.org about nouveau blacklisting.xhtml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/articles/Email to graphics-dev@chromium.org about nouveau blacklisting.xhtml b/articles/Email to graphics-dev@chromium.org about nouveau blacklisting.xhtml @@ -39,8 +39,8 @@ I do not think that chromium is very liked in a lot of the linux community, probably because of the overly large codebase and the link to Google, but doing this will probably raise quite a large and visible flag to even non-maintainers. -1: <a name="anchor-1" href="https://drewdevault.com/2017/10/26/Fuck-you-nvidia.html">https://drewdevault.com/2017/10/26/Fuck-you-nvidia.html</a> -2: <a name="anchor-2" href="https://www.phoronix.com/scan.php?page=news_item&amp;px=Chrome-Blacklisting-Nouveau">https://www.phoronix.com/scan.php?page=news_item&amp;px=Chrome-Blacklisting-Nouveau</a> +1: <a id="anchor-1" href="https://drewdevault.com/2017/10/26/Fuck-you-nvidia.html">https://drewdevault.com/2017/10/26/Fuck-you-nvidia.html</a> +2: <a id="anchor-2" href="https://www.phoronix.com/scan.php?page=news_item&amp;px=Chrome-Blacklisting-Nouveau">https://www.phoronix.com/scan.php?page=news_item&amp;px=Chrome-Blacklisting-Nouveau</a> -- Haelwenn (lanodan) Monnier