From ecee813cfdf89b6e8b4ff828d11e9c7635edbe53 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Wed, 26 Jul 2017 15:08:06 +0530 Subject: [PATCH] against Merge Request #584 --- 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 3f7991e..ceef02f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -479,7 +479,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