Browse Source

code review - remove extra linebreak

pull/706/head
Patrick Dunlavey 8 years ago
parent
commit
8bdfa301c8
  1. 1
      includes/datastream.inc

1
includes/datastream.inc

@ -67,7 +67,6 @@ function islandora_view_datastream(AbstractDatastream $datastream, $download = F
// Allow other modules to modify or replace the filename.
drupal_alter('datastream_filename', $filename, $datastream);
header("Content-Disposition: attachment; filename=\"$filename\"");
}

Loading…
Cancel
Save