Skip to content

Commit

Permalink
Remove the technical details from the default search template (see #3082
Browse files Browse the repository at this point in the history
)

Description
-----------

| Q                | A
| -----------------| ---
| Fixed issues     | Implements #2647
| Docs PR or issue | -

Commits
-------

7b9ea73 Remove the technical details from the default search template
  • Loading branch information
leofeyer committed Jun 14, 2021
1 parent 847abf4 commit 85b8cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -24,7 +24,7 @@
</form>

<?php if ($this->header): ?>
<p class="header"><?= $this->header ?> (<?= $this->duration ?>)</p>
<p class="header"><?= $this->header ?></p>
<?php if ($this->keywordHint): ?>
<p class="info"><?= $this->keywordHint ?></p>
<?php endif; ?>
Expand Down
Expand Up @@ -5,12 +5,12 @@
<?php $this->insert('image', (array) $this->image) ?>
<?php endif; ?>

<h3><a href="<?= $this->href ?>" title="<?= $this->title ?>"><?= $this->link ?></a> <span class="relevance">[<?= $this->relevance ?>]</span></h3>
<h3><a href="<?= $this->href ?>" title="<?= $this->title ?>"><?= $this->link ?></a></h3>

<?php if ($this->context): ?>
<p class="context"><?= $this->context ?></p>
<?php endif; ?>

<p class="url"><?= $this->url ?><span class="filesize"> - <?= $this->filesize ?> <?= $this->unit ?></span></p>
<p class="url"><?= $this->url ?></p>

</div>

0 comments on commit 85b8cea

Please sign in to comment.