]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added dot . to class name 9819/head
authorMoritz Pfeiffer <moritz.pfeiffer@alp-phone.ch>
Tue, 28 Feb 2017 08:37:16 +0000 (09:37 +0100)
committerMoritz Pfeiffer <moritz.pfeiffer@alp-phone.ch>
Tue, 28 Feb 2017 08:37:16 +0000 (09:37 +0100)
docs/pages/installation.md

index 842f3162cdc0f7408cb29c60f2fd2eaa605bdc72..975b9d88c068213c6992cd7c875ff8ee6759eabd 100644 (file)
@@ -86,7 +86,7 @@ If you aren't into Sass, we have a starter template with compiled CSS and JavaSc
 ---
 
 ## HTML Starter Template
-Start with this HTML template and adapt it to your needs. Be sure to include the `no-js` class on the `html` tag of your template.  Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components.
+Start with this HTML template and adapt it to your needs. Be sure to include the `.no-js` class on the `html` tag of your template.  Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components.
 
 ```html
 <!doctype html>