forked from hazza/dspace-angular
fix identation
This commit is contained in:
@@ -139,7 +139,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