mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +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',
|
||||
styleUrls: ['./thumbnail.component.scss'],
|
||||
templateUrl: './thumbnail.component.html',
|
||||
preserveWhitespaces: false,
|
||||
})
|
||||
export class ThumbnailComponent implements OnChanges {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user