From 1c97061a352244c9b22c3abffbfd2ed07b9f2fbf Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 26 Apr 2013 09:54:21 +0100 Subject: [PATCH] MDL-39341 boostrapbase: fix some missing renames --- lib/thirdpartylibs.xml | 10 +++++----- theme/bootstrapbase/renderers.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml index a86bc939ca6..3699c004bd6 100644 --- a/lib/thirdpartylibs.xml +++ b/lib/thirdpartylibs.xml @@ -274,35 +274,35 @@ 3.0+ - theme/bootstrap/less/bootstrap + theme/bootstrapbase/less/bootstrap Twitter Bootstrap Apache 2.3.0 2.0 - theme/bootstrap/javascript/html5shiv.js + theme/bootstrapbase/javascript/html5shiv.js Html5Shiv Apache 3.6.2 2.0 - theme/bootstrap/javascript/bootstrapcollapse.js + theme/bootstrapbase/yui/src/bootstrap/js/bootstrapcollapse.js Gallery Bootstrap Collapse BSD 2012.08.22-20-00 - theme/bootstrap/javascript/bootstrapdropdown.js + theme/bootstrapbase/yui/src/bootstrap/js/bootstrapdropdown.js Gallery Bootstrap Dropdown BSD 2012.08.22-20-00 - theme/bootstrap/javascript/bootstrapengine.js + theme/bootstrapbase/yui/src/bootstrap/js/bootstrapengine.js Gallery Bootstrap Engine BSD 2012.08.22-20-00 diff --git a/theme/bootstrapbase/renderers.php b/theme/bootstrapbase/renderers.php index a2164110fac..445fe8ddd1a 100644 --- a/theme/bootstrapbase/renderers.php +++ b/theme/bootstrapbase/renderers.php @@ -17,7 +17,7 @@ /** * Renderers to align Moodle's HTML with that expected by Bootstrap * - * @package theme_bootstrap + * @package theme_bootstrapbase * @copyright 2012 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */