aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2019-11-24 16:49:17 +0100
committerClaude <longneck@scratchbook.ch>2019-11-24 16:49:17 +0100
commit0d3efb00f9c2c0e3d846ee81f51b367cc4e16e27 (patch)
tree8d146828384764493616e557f71a066ce1fb0c6d
parente095fd0d156b5f2d82518831355dd9cbf978f09c (diff)
downloadstikked-fit-0d3efb00f9c2c0e3d846ee81f51b367cc4e16e27.tar.gz
stikked-fit-0d3efb00f9c2c0e3d846ee81f51b367cc4e16e27.tar.bz2
stikked-fit-0d3efb00f9c2c0e3d846ee81f51b367cc4e16e27.zip
give it more space
-rw-r--r--htdocs/application/models/Pastes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/application/models/Pastes.php b/htdocs/application/models/Pastes.php
index 1b181c4..112ef55 100644
--- a/htdocs/application/models/Pastes.php
+++ b/htdocs/application/models/Pastes.php
@@ -104,7 +104,7 @@ class Pastes extends CI_Model
$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>';
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy