aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2019-11-10 13:52:17 +0100
committerGitHub <noreply@github.com>2019-11-10 13:52:17 +0100
commit64047bae4dfc7fa94765344b4731ba4cb9b73083 (patch)
treefd70c056fba2df215782603572c771139c989d9b
parent16f2864fa27ef025878b824a12a041284ec94275 (diff)
parent7c18897f40d9011bc061ad996f288fac85d273ad (diff)
downloadstikked-fit-64047bae4dfc7fa94765344b4731ba4cb9b73083.tar.gz
stikked-fit-64047bae4dfc7fa94765344b4731ba4cb9b73083.tar.bz2
stikked-fit-64047bae4dfc7fa94765344b4731ba4cb9b73083.zip
Merge pull request #534 from CodeBrauer/master
Default template fixes
-rw-r--r--htdocs/themes/default/views/defaults/paste_form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/themes/default/views/defaults/paste_form.php b/htdocs/themes/default/views/defaults/paste_form.php
index 581af2c..51db9b9 100644
--- a/htdocs/themes/default/views/defaults/paste_form.php
+++ b/htdocs/themes/default/views/defaults/paste_form.php
@@ -38,12 +38,12 @@
</div>
<div class="item">
- <label for="paste"><?php echo lang('paste_yourpaste'); ?>
+ <label for="code"><?php echo lang('paste_yourpaste'); ?>
<span class="instruction"><?php echo lang('paste_yourpaste_desc'); ?></span>
<span class="instruction"><a href="#" id="enable_codemirror" data-lang-enablesynhl="<?php echo lang('paste_enablesynhl'); ?>" data-lang-disablesynhl="<?php echo lang('paste_disablesynhl'); ?>"></a></span>
</label>
- <textarea id="code" name="code" cols="40" rows="20" tabindex="4"><?php if(isset($paste_set)){ echo $paste_set; }?></textarea>
+ <textarea id="code" name="code" cols="40" rows="20" tabindex="4" required><?php if(isset($paste_set)){ echo $paste_set; }?></textarea>
</div>

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