mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
84367: Ignore HTML whitespace in ds-thumbnail
This commit is contained in:
@@ -12,6 +12,7 @@ import { RemoteData } from '../core/data/remote-data';
|
|||||||
selector: 'ds-thumbnail',
|
selector: 'ds-thumbnail',
|
||||||
styleUrls: ['./thumbnail.component.scss'],
|
styleUrls: ['./thumbnail.component.scss'],
|
||||||
templateUrl: './thumbnail.component.html',
|
templateUrl: './thumbnail.component.html',
|
||||||
|
preserveWhitespaces: false,
|
||||||
})
|
})
|
||||||
export class ThumbnailComponent implements OnChanges {
|
export class ThumbnailComponent implements OnChanges {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user