From c87a977cec2965e208d79b43ec19f26b91d0aaa7 Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 19 Jul 2017 11:57:24 +0530 Subject: [PATCH] this is for bug 20272 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 6fb8118..69860f9 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -380,7 +380,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.imagePath = "../content/images/aa/thumbnails/" + value._TileImageName; - var $el = $('
' + var $el = $('
' + '
' + '' + '

' + value._Title + '

').appendTo('#grid-view'); -- libgit2 0.21.4