summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.markdown3
-rw-r--r--cs-cz/javascript.html.markdown2
2 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown
index 9ee33ebc..5fa1d03d 100644
--- a/CONTRIBUTING.markdown
+++ b/CONTRIBUTING.markdown
@@ -33,6 +33,9 @@ review them more effectively and/or individually.
your file is UTF-8 encoded.
+ Try to leave out the byte-order-mark at the start of the file. (`:set nobomb`
in Vim)
+ + You can check if the file contains a BOM on Linux/Unix systems by running
+ `file language.html.markdown` You will see this if it uses a BOM:
+ `UTF-8 Unicode (with BOM) text`.
### Header configuration
diff --git a/cs-cz/javascript.html.markdown b/cs-cz/javascript.html.markdown
index e781db3e..cbf7687e 100644
--- a/cs-cz/javascript.html.markdown
+++ b/cs-cz/javascript.html.markdown
@@ -1,4 +1,4 @@
----
+---
language: javascript
contributors:
- ["Adam Brenecki", "http://adam.brenecki.id.au"]