Skip to content

Commit

Permalink
Fixed trailing whitespace and formatting issues for /author/ theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkel89 committed Feb 21, 2025
1 parent 91c9475 commit 0e4801d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap5/templates/author/home.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$this->headTitle($this->translate('Author'));

// Set up breadcrumbs:
$this->breadcrumbs()->set('Author', active: true);
$this->breadcrumbs()->set('Author', active: true);
?>
<form class="form-inline" method="get" action="<?=$this->url('author-search')?>">
<label for="author_lookfor"><?=$this->transEsc('Author Results for')?>:</label></br>
Expand Down
3 changes: 2 additions & 1 deletion themes/bootstrap5/templates/author/results.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
$this->layout()->searchbox = $this->render('search/searchbox.phtml');

// Set up breadcrumbs:
$this->breadcrumbs()->set($this->translate('Author'), $this->url('author-home'))->add($this->params->getDisplayQuery(), active: true);
$this->breadcrumbs()->set($this->translate('Author'), $this->url('author-home'))
->add($this->params->getDisplayQuery(), active: true);
2 changes: 1 addition & 1 deletion themes/bootstrap5/templates/author/search.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
// Set up empty search box pointing at Solr module:
$this->layout()->searchbox = $this->render('search/searchbox.phtml');

// Set up breadcrumbs:
// Set up breadcrumbs:
$this->breadcrumbs()->set($this->translate('Author'), $this->url('author-home'))
->add($this->translate('Author Results for') . ' ' . $this->params->getDisplayQuery(), active:true);

0 comments on commit 0e4801d

Please sign in to comment.