Skip to content

Commit b21eae1

Browse files
author
Jippe Holwerda
committed
More spacing between api key input and text.
1 parent 1c1611c commit b21eae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/class-tiny-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function render_api_key() {
108108
$link = '<a href="https://tinypng.com/developers">' . self::translate_escape('TinyPNG Developer section') . '</a>';
109109
?>
110110
<input type="text" id="<?php echo $field; ?>" name="<?php echo $field; ?>" value="<?php echo htmlspecialchars($value); ?>" size="40"/>
111-
<br/><?php printf(self::translate_escape('Visit %s to gain an API key') . '.', $link);
111+
<p><?php printf(self::translate_escape('Visit %s to gain an API key') . '.', $link);?></p><?php
112112
}
113113

114114
public function render_sizes() {

0 commit comments

Comments
 (0)