Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 0fc2891

Browse files
authored
Fix for issue #209
1 parent 9c56dd8 commit 0fc2891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-creativecommons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ public function create_admin_page() {
924924
<div style="background: white; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0,0,0,.04); padding: 2em; display: inline-table;">
925925

926926
<?php
927-
printf( '<img src="%1$s" align="right" style="padding: 1em; width: 20%; height: auto !important; " />', esc_attr( CCPLUGIN__URL ) . 'assets/icon-256x256.png' );
927+
printf( '<img src="%1$s" align="right" style="padding: 1em; width: 20%%; height: auto !important;" />', esc_attr( CCPLUGIN__URL ) . 'assets/icon-256x256.png' );
928928
?>
929929

930930
<h3>About Creative Commons</h3>

0 commit comments

Comments
 (0)