give it more space

This commit is contained in:
Claude 2019-11-24 16:49:17 +01:00
parent e095fd0d15
commit 0d3efb00f9

View File

@ -104,7 +104,7 @@ class Pastes extends CI_Model
$CItemp = &get_instance(); $CItemp = &get_instance();
echo '<!DOCTYPE html><html><head><title>Warning!</title></head><body>'; echo '<!DOCTYPE html><html><head><title>Warning!</title></head><body>';
echo '<pre>Copy this URL:</pre>'; 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) { if ($data['snipurl'] !== false) {
echo '<br>Shorturl: ' . $shorturl . '">' . $shorturl . '<br>'; echo '<br>Shorturl: ' . $shorturl . '">' . $shorturl . '<br>';
} }