diff --git a/app/views/oer/market/_material_short.php b/app/views/oer/market/_material_short.php
index 227b8a1233a575a7d39c8c5ddeadb808a6c688e5..d863b6ad2ef188eccb74164a7a1f19392addb08e 100644
--- a/app/views/oer/market/_material_short.php
+++ b/app/views/oer/market/_material_short.php
@@ -5,7 +5,7 @@
  */
 ?>
 <article class="contentbox">
-    <a href="<?= $controller->link_for('oer/market/details', $material) ?>">
+    <a href="<?= $controller->link_for('oer/market/details', $material) ?>" target="_blank">
         <header>
             <h1>
                 <?= $material->getIcon()->asImg(['class' => 'text-bottom']) ?>
diff --git a/app/views/oer/market/_searchform.php b/app/views/oer/market/_searchform.php
index 995eb9cbec29cd035da81166ce330cfa77cb3f82..f0e883a53bec837af3474567f0d60b388d27c4ca 100644
--- a/app/views/oer/market/_searchform.php
+++ b/app/views/oer/market/_searchform.php
@@ -162,7 +162,7 @@
 <ul class="results oer_material_overview" v-if="results && results.length > 0">
     <li v-for="result in results" :key="result.material_id">
         <article class="contentbox" :title="result.name">
-            <a :href="getMaterialURL(result.material_id)">
+            <a :href="getMaterialURL(result.material_id)" target="_blank">
                 <header>
                     <h1>
                         <studip-icon :shape="getIconShape(result)"