Commit cd1a546827530f2b90cc710f4c4ef8c0dd33fe01

André 2016-04-23T08:58:57

Adds closing parenthesis

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/index.html b/index.html
index e1961a9..4eab698 100644
--- a/index.html
+++ b/index.html
@@ -105,7 +105,7 @@
 		<li>Wide browser support: IE9+, Firefox, Chrome, Safari, <a href="faq.html#this-page-doesnt-work-in-opera">Opera</a>, most Mobile browsers</li>
 		<li>Highlights embedded languages (e.g. CSS inside HTML, JavaScript inside HTML)</li>
 		<li>Highlights inline code as well, not just code blocks</li>
-		<li>Highlights nested languages (CSS in HTML, JavaScript in HTML</li>
+		<li>Highlights nested languages (CSS in HTML, JavaScript in HTML)</li>
 		<li>It doesn’t force you to use any Prism-specific markup, not even a Prism-specific class name, only standard markup you should be using anyway. So, you can just try it for a while, remove it if you don’t like it and leave no traces behind.</li>
 		<li>Highlight specific lines and/or line ranges (requires <a href="plugins/line-highlight/">plugin</a>)</li>
 		<li>Show invisible characters like tabs, line breaks etc (requires <a href="plugins/show-invisibles/">plugin</a>)</li>