mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Tags now update
input name has the wrong value
This commit is contained in:
parent
3bd26ddf0d
commit
38c4d7db04
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
|
|||
<div class="field">
|
||||
<label class="label">Tags</label>
|
||||
<div class="control">
|
||||
<input id="tags-with-source" name="tags" class="input"
|
||||
<input id="tags-with-source" name="tag_input" class="input"
|
||||
value="<?php
|
||||
$inputtags = $paste['tags'];
|
||||
foreach ($inputtags as $tag) {
|
||||
|
|
Loading…
Add table
Reference in a new issue