From 694936479d8228fa6dc5ceeeaca0f618c3bf724f Mon Sep 17 00:00:00 2001 From: Krish De Souza Date: Wed, 2 Jan 2019 19:22:32 +0530 Subject: [PATCH] Changed recommended CSS to not include invalid chars According to https://stackoverflow.com/questions/1547899/which-characters-make-a-url-invalid/1547940#1547940 and using https://validator.w3.org/nu/ . The char '|' is an invalid character for href links. I have changed it to one which seems to work equivalently. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b119e207..3b174313 100755 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@ gem install bootstrap-material-design -v 4.1.1
CSS only
{% highlight html %} - + {% endhighlight %}