Project

General

Profile

« Previous | Next » 

Revision 54a3c136

Added by Andreas Kohlbecker almost 8 years ago

#5861 #5753 fixed

View differences:

modules/cdm_dataportal/includes/name.inc
317 317
  $lastAuthorElementString = FALSE;
318 318

  
319 319
  $name_encasement = $is_invalid ? '"' : '';
320
  $doubtful_marker = $is_doubtful ? '﹖ ' : ''; // ﹖ = SMALL QUESTION MARK	  =  NARROW NO-BREAK SPACE
320
  $doubtful_marker = $is_doubtful ? '? ' : ''; // 	  =  NARROW NO-BREAK SPACE
321 321
  $doubtful_marker_markup = '';
322 322

  
323 323
  if($doubtful_marker){
......
368 368

  
369 369

  
370 370
  if(isset($appended_phrase_tagged_text[0])){
371
    $name .= ' '. cdm_tagged_text_to_markup($appended_phrase_tagged_text);
371
    $name .= ' <span class="appended-phrase">'. cdm_tagged_text_to_markup($appended_phrase_tagged_text) . '</span>';
372 372
  }
373 373

  
374 374
  // Fill name into $renderTemplate.

Also available in: Unified diff