Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FlominatorTM committed Nov 8, 2016
1 parent c95cceb commit 9534649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wawewewi.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ function ask_to_cut_org($oldid, $diff)
. "<label for=\"percent_quality\">Korrekturfaktor (in Prozent)&nbsp;</label>"
. "<input name=\"percent_quality\" id=\"percent_quality\" value=\"100\"><br>"
. 'Tabellensyntax in obigen Textfeldern <a href="#" onclick="javascript:RemoveTableAttributesBoth();"> entfernen</a><br />'
. "<label for=\"comment\">Anmerkung&nbsp;</label>" . array_drop ("comment", $comment_choices, "", "", "SetComment(this.options[this.selectedIndex].text)", $comment_choices[0]) ."<br>"
. "<input name=\"commentText\" id=\"commentText\" readonly size=\"100\"><br>"
. "<label for=\"comment\">Anmerkung&nbsp;</label>" . array_drop ("comment", $comment_choices, "", "", "SetComment(this.options[this.selectedIndex].text)", $comment_choices[1]) ."<br>"
. "<input name=\"commentText\" id=\"commentText\" size=\"100\"><br>"
. "<label for=\"rater\">Schiedsrichter&nbsp;</label><br>"
. "<input name=\"rater\" id=\"rater\" value=\"$rater\"><br>"
."<input type=\"submit\" value=\"Auswerten\"></form>";
Expand Down

0 comments on commit 9534649

Please sign in to comment.