Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Release02x01'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Nov 22, 2016
2 parents 8f9028b + 61d5df6 commit 49d26d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JQueryPlugin/lib/Foswiki/Form/Rating.pm
Expand Up @@ -132,7 +132,9 @@ sub getDisplayValue {
my @htmlAttrs = ();

return
"<input type='hidden' disabled autocomplete='off' name='$this->{name}' value='$value' class='jqStars {$this->{attributes}}' "
"<input type='hidden' disabled autocomplete='off' name='$this->{name}' value='"
. ( $value // '' )
. "' class='jqStars {$this->{attributes}}' "
. "data-num-stars='"
. $this->{size} . "' "
. $this->getDataValues() . ">";
Expand Down

0 comments on commit 49d26d0

Please sign in to comment.