Skip to content

Commit

Permalink
give it more space
Browse files Browse the repository at this point in the history
  • Loading branch information
claudehohl committed Nov 24, 2019
1 parent e095fd0 commit 0d3efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/application/models/Pastes.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function createPaste()
$CItemp = &get_instance();
echo '<!DOCTYPE html><html><head><title>Warning!</title></head><body>';
echo '<pre>Copy this URL:</pre>';
echo '<input type="text" style="background-color: black; color: white; margin: 0; width: 42em;" value="' . site_url('view/' . $data['pid']) . '" /><!-- behind you --><br /><br />';
echo '<input type="text" style="background-color: black; color: white; margin: 0; width: 99%;" value="' . site_url('view/' . $data['pid']) . '" /><!-- behind you --><br /><br />';
if ($data['snipurl'] !== false) {
echo '<br>Shorturl: ' . $shorturl . '">' . $shorturl . '<br>';
}
Expand Down

0 comments on commit 0d3efb0

Please sign in to comment.