mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +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.
|
* This method performs a validation and determines the target of the url.
|
||||||
* @returns - Returns the target url.
|
* @returns - Returns the target url.
|
||||||
*/
|
*/
|
||||||
getLinkAttributes(urlValue: string): { target: string, rel: string } {
|
getLinkAttributes(urlValue: string): { target: string, rel: string } {
|
||||||
if (this.hasInternalLink(urlValue)) {
|
if (this.hasInternalLink(urlValue)) {
|
||||||
return { target: '_self', rel: '' };
|
return { target: '_self', rel: '' };
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user