mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ReferrerService } from './referrer.service';
|
||||
import { Observable } from 'rxjs';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { isEmpty, hasNoValue } from '../../shared/empty.util';
|
||||
import { hasNoValue } from '../../shared/empty.util';
|
||||
import { URLCombiner } from '../url-combiner/url-combiner';
|
||||
import { Inject, Injectable } from '@angular/core';
|
||||
import { DOCUMENT } from '@angular/common';
|
||||
|
@@ -128,7 +128,7 @@
|
||||
<div>
|
||||
{{ 'submission.sections.ccLicense.link' | translate }}
|
||||
</div>
|
||||
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener">
|
||||
<a class="license-link" href="{{ licenseLink }}" target="_blank" rel="noopener noreferrer">
|
||||
{{ licenseLink }}
|
||||
</a>
|
||||
<div class="m-2">
|
||||
|
Reference in New Issue
Block a user