Skip to content

Commit 15d558b

Browse files
committed
remove unnecessary formatting
1 parent 7a27886 commit 15d558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin.widget.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@ public function render_transactional_field()
327327

328328
public function render_include_attachment_field()
329329
{
330-
echo '<label><input type="checkbox" id="include_attachment" name="include_attachment" value="1" %s />Include Attachment</label>';
330+
echo '<label><input type="checkbox" id="include_attachment" name="include_attachment" value="1" />Include Attachment</label>';
331331
}
332332
}

0 commit comments

Comments
 (0)