From 63cfae90a225f72d209797d915bafbb756af2ce4 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 4 Feb 2014 10:43:06 +0000 Subject: [PATCH] Site: Fix markdown cite option interfearing with HTMl --- .datatables-commit-sync | 2 +- bower.json | 2 +- composer.json | 2 +- dataTables.jquery.json | 2 +- examples/advanced_init/index.html | 1 + examples/ajax/index.html | 1 + examples/api/index.html | 1 + examples/basic_init/index.html | 1 + examples/data_sources/index.html | 1 + examples/plug-ins/index.html | 1 + examples/server_side/index.html | 1 + examples/styling/index.html | 1 + package.json | 2 +- 13 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 2e9785ef..6baf2a24 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -856167bc79ad1c3e74ca0cd811aa0dbebe51b410 +39ebe10e08589a9fd762923040294153981ad46b diff --git a/bower.json b/bower.json index af521006..f978e9bd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "datatables", - "version": "1.10.0-dev", + "version": "1.10.0-beta.1", "main": [ "media/js/jquery.dataTables.js", "media/css/jquery.dataTables.css" diff --git a/composer.json b/composer.json index 1378dc93..52d89325 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "datatables/datatables", - "version": "1.10.0-dev", + "version": "1.10.0-beta.1", "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.", "homepage": "http://www.datatables.net/", "author": "SpryMedia", diff --git a/dataTables.jquery.json b/dataTables.jquery.json index a7c0295b..5792ade4 100644 --- a/dataTables.jquery.json +++ b/dataTables.jquery.json @@ -1,6 +1,6 @@ { "name": "DataTables", - "version": "1.10.0-dev", + "version": "1.10.0-beta.1", "description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.", "homepage": "http://datatables.net/", "docs": "http://datatables.net/", diff --git a/examples/advanced_init/index.html b/examples/advanced_init/index.html index 20742631..8ac9567b 100644 --- a/examples/advanced_init/index.html +++ b/examples/advanced_init/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/ajax/index.html b/examples/ajax/index.html index 88f5bdfe..35af458f 100644 --- a/examples/ajax/index.html +++ b/examples/ajax/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/api/index.html b/examples/api/index.html index b9b91c7f..50aa941e 100644 --- a/examples/api/index.html +++ b/examples/api/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/basic_init/index.html b/examples/basic_init/index.html index 487c5b8f..402dc4c4 100644 --- a/examples/basic_init/index.html +++ b/examples/basic_init/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/data_sources/index.html b/examples/data_sources/index.html index 782177cc..6911fb04 100644 --- a/examples/data_sources/index.html +++ b/examples/data_sources/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/plug-ins/index.html b/examples/plug-ins/index.html index 97c265d0..aa15052c 100644 --- a/examples/plug-ins/index.html +++ b/examples/plug-ins/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/server_side/index.html b/examples/server_side/index.html index 94daefa3..18186863 100644 --- a/examples/server_side/index.html +++ b/examples/server_side/index.html @@ -5,6 +5,7 @@ + diff --git a/examples/styling/index.html b/examples/styling/index.html index 7c69a828..ee318346 100644 --- a/examples/styling/index.html +++ b/examples/styling/index.html @@ -5,6 +5,7 @@ + diff --git a/package.json b/package.json index ea8a460f..a103fbd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DataTables", - "version": "1.10.0-dev", + "version": "1.10.0-beta.1", "title": "DataTables", "author": { "name": "Allan Jardine",