Skip to content

Commit

Permalink
Fix a bug in the profile base64 image display
Browse files Browse the repository at this point in the history
  • Loading branch information
Moussa Sidibe committed Jan 18, 2018
1 parent 01efe3b commit f347e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dd><img src="<?php echo $base64Selfie ?>" /></dd>

<dt>Selfie as image file</dt>
<dd><img src="./<?php echo $selfieFile ?>" /></dd>
<dd><img src="./selfie.jpeg" /></dd>
</dl>
<?php endif; ?>
</body>
Expand Down

0 comments on commit f347e8f

Please sign in to comment.