Skip to content

Commit

Permalink
Fix missing text in form
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 25, 2014
1 parent 59d5a0c commit f9d14b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions de/youtube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="jumbotron">
<h1>Youtube retten!</h1>
<p>
Europa sucht ein neues Urheberrecht!<br/>
Die EU-Kommission will ein neues Urheberrecht!<br/>
Deine Meinung wird in die Reform miteinfließen.
</p>
</div>
Expand All @@ -29,7 +29,7 @@ <h3>
</h3>
<p>z.B. manche YouTube-Videos, Grooveshark, Netflix...</p>
<input type="hidden" name="q-1" id="q-1-0" value="0" checked>
<textarea class="form-control" id="q-1-0-text" placeholder="">In Deutschland kann ich nicht...</textarea>
<textarea class="form-control" name="q-1-0-text" id="q-1-0-text" placeholder="">In Deutschland kann ich nicht...</textarea>
</div>
</div>
</div>
Expand Down

0 comments on commit f9d14b7

Please sign in to comment.