From 80dbd692dbeed31ea03e13f383a4d7ba1df16438 Mon Sep 17 00:00:00 2001 From: Florian Kissling Date: Tue, 28 Apr 2015 01:17:01 +0200 Subject: [PATCH] Don't show line numbers for one line code examples. --- docs/options.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/options.html b/docs/options.html index 8ccccea2..914b493b 100644 --- a/docs/options.html +++ b/docs/options.html @@ -69,7 +69,7 @@ $.fn.select2.amd.require( This means that if you declare your <select> tag as...

-
+
 <select data-tags="true" data-placeholder="Select an option"></select>
 
@@ -93,7 +93,7 @@ $("select").select2({ do not work in jQuery 1.x.

-
+
 <select data-ajax--url="http://example.org/api/test" data-ajax--cache="true"></select>
 
@@ -226,8 +226,8 @@ $("select").select2({ placeholders.

-
-placeholder: "Select a repository",
+
+placeholder: "Select a repository"
 

@@ -1409,7 +1409,7 @@ DataAdapter.query = function (params, callback) { string.

-
+
 $.fn.select2.defaults.set("theme", "classic");