Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
data-stats is not a bool but the currency string used to display mark…
Browse files Browse the repository at this point in the history
…et cap and volume
  • Loading branch information
dbachm123 committed Mar 11, 2018
1 parent fe4e845 commit 482fc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
data-rank="<?php echo bool2string($cmcRank); ?>"
data-marketcap="<?php echo bool2string($cmcMarketcap); ?>"
data-volume="<?php echo bool2string($cmcVolume); ?>"
data-stats="<?php echo bool2string($cmcBaseCurrency); ?>"
data-stats="<?php echo $cmcBaseCurrency; ?>"
data-statsticker="<?php echo bool2string($cmcStatsticker); ?>"></div>

</div>
Expand Down

1 comment on commit 482fc43

@BitDesert
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, thanks!

Please sign in to comment.