From 6e4336769fd5b5dae7b4989aae0f7a6fde12cce3 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Mon, 3 Nov 2014 19:32:50 -0500 Subject: [PATCH] Fix AJAx example --- docs/examples.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples.html b/docs/examples.html index 3de1502d..f031e486 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -466,15 +466,15 @@ $.fn.select2.amd.require(["select2/core", "select2/utils"], function (Select2, U }, minimumInputLength: 1, templateResult: function (repo) { - var markup = '
' + + var markup = '
' + '
' + '' + '
' + - '
' + - '
' + + '
' + + '
' + '
' + repo.full_name + '
' + '
' + repo.forks_count + '
' + - '
' + repo.stargazers_count + '
' + + '
' + repo.stargazers_count + '
' + '
'; if (repo.description) {