Skip to content

Commit

Permalink
Fix accidentally introduced whitespace
Browse files Browse the repository at this point in the history
Refs: #1817, partially reverts 109845f
  • Loading branch information
erkannt committed Oct 24, 2024
1 parent 144f7d4 commit aa58393
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions src/write-review/add-authors-page/add-authors-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ export function addAuthorsForm({
<div>
<h2>${t('add-authors-form', 'authorNumber')({ number: index + 1 })}</h2>
<a href="${format(writeReviewChangeAuthorMatch.formatter, { id: preprint.id, number: index + 1 })}">
${rawHtml(t('add-authors-form', 'changeAuthorDetails')({ name: author.name, visuallyHidden }))}</a
<a href="${format(writeReviewChangeAuthorMatch.formatter, { id: preprint.id, number: index + 1 })}"
>${rawHtml(t('add-authors-form', 'changeAuthorDetails')({ name: author.name, visuallyHidden }))}</a
>
<a href="${format(writeReviewRemoveAuthorMatch.formatter, { id: preprint.id, number: index + 1 })}">
${rawHtml(t('add-authors-form', 'removeAuthor')({ name: author.name, visuallyHidden }))}</a
<a href="${format(writeReviewRemoveAuthorMatch.formatter, { id: preprint.id, number: index + 1 })}"
>${rawHtml(t('add-authors-form', 'removeAuthor')({ name: author.name, visuallyHidden }))}</a
>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa58393

Please sign in to comment.