Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Jan 1, 2024
1 parent 6840f3e commit 47c9289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/tag_edit/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ public function get_tag_editor_html(Image $image): HTMLElement
"name" => "tag_edit__tags",
"id" => "tag_editor",
], $image->get_tag_list()) : null,
link: Extension::is_enabled(TagHistoryInfo::KEY) ? make_link("tag_history/{$image->id}") : null,
link: Extension::is_enabled(TagHistoryInfo::KEY) ?
make_link("tag_history/{$image->id}") :
null,
);
}

Expand Down

0 comments on commit 47c9289

Please sign in to comment.