mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fix identation
This commit is contained in:

committed by
Tim Donohue

parent
25ab69ff21
commit
2a1ef02d75
@@ -105,7 +105,7 @@ export class MetadataValuesComponent implements OnChanges {
|
||||
* This method performs a validation and determines the target of the url.
|
||||
* @returns - Returns the target url.
|
||||
*/
|
||||
getLinkAttributes(urlValue: string): { target: string, rel: string } {
|
||||
getLinkAttributes(urlValue: string): { target: string, rel: string } {
|
||||
if (this.hasInternalLink(urlValue)) {
|
||||
return { target: '_self', rel: '' };
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user