Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Apr 25, 2024
1 parent cba1129 commit 4af5d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rating/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function get_image_rater_html(int $image_id, string $rating, bool $can_ra

public function get_upload_specific_rater_html(string $suffix): HTMLElement
{
return TD($this->get_selection_rater_html(name:"rating${suffix}", selected_options: ["?"]));
return TD($this->get_selection_rater_html(name:"rating{$suffix}", selected_options: ["?"]));
}

/**
Expand Down

0 comments on commit 4af5d09

Please sign in to comment.