Project

General

Profile

« Previous | Next » 

Revision 56840

[Trunk | Library]: Fix and add when missing: schema2jsonld, canonincal url, meta tags, piwik call.

View differences:

searchPage.component.ts
147 147

  
148 148
  updateTitle(title:string) {
149 149
    let _title: string;
150
    if(this.hasPrefix) {
150
    if(this.hasPrefix && !this.customFilter) {
151 151
      let _prefix ="OpenAIRE | ";
152 152
      _title = _prefix + ((title.length > 50) ? title.substring(0, 50) : title);
153 153
    } else {

Also available in: Unified diff