Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Übernehme ein vorgeschlagenes Keyword als Kürzel
Browse files Browse the repository at this point in the history
Ein Vorschlag, der auf #20 eingeht.
  • Loading branch information
svenk committed Dec 4, 2015
1 parent b051946 commit 4520310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<button type="submit" tabindex="2" class="btn btn-primary btn-lg" title="Tipp: Einfach Enter drücken"><i class="fa fa-rocket"></i> Kürzen</button>
</div>
<input type="text" tabindex="3" name="keyword" placeholder="Optionales Kürzel" class="form-control input"
style="width:20%" maxlength="30"
style="width:20%" maxlength="30" <?php if(isset($_GET["suggest-keyword"])) print 'keyword="'.htmlentities($_GET['suggest-keyword']).'"'; ?>
title="Ohne Kürzel wird ein zufälliges Kürzel mit vier Buchstaben erzeugt">


Expand Down

0 comments on commit 4520310

Please sign in to comment.