Fix duplicate attribute and unclosed tag
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 27 Mar 2015 19:16:00 +0000 (21:16 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 27 Mar 2015 19:16:00 +0000 (21:16 +0200)
a/account.en
a/contribute.en

index 1ae94465af352c33750c671b33b84e364bb3092b..01f1bf66c4eb6189b0485dec65f1b8955549c2c3 100644 (file)
@@ -7,7 +7,7 @@
 <div class="form-group"><label for="r_email">Email</label><input type="email" class="form-control" id="r_email" name="email" required></div>
 <div class="form-group"><label for="r_phone">Phone</label><input type="tel" class="form-control" id="r_phone" name="phone" required></div>
 <div class="form-group"><label for="r_town">Town</label><input type="text" class="form-control" id="r_town" name="town" required></div>
-<div class="form-group"><label for="r_country">Nationality</label><select name="country" class="form-control" id="r_country" name="country" required>
+<div class="form-group"><label for="r_country">Nationality</label><select name="country" class="form-control" id="r_country" required>
 <option value="Afganistan">Afghanistan</option>
 <option value="Albania">Albania</option>
 <option value="Algeria">Algeria</option>
index b7c04116624fb0df44d356eec5a91a51cc7adb59..8634856bca9c20763d6f17000e70a8d730101246 100644 (file)
@@ -10,6 +10,7 @@ The Gruntmaster 6000 project has three git repositories:
 <dd>The grader</dd>
 <dt><a href="https://git.ieval.ro/?p=gruntmaster-page.git">gruntmaster-page</a></dt>
 <dd>The website</dd>
+</dl>
 
 <h1>Submitting patches</h1>
 Mail them to <a href="mailto:marius@ieval.ro">marius@ieval.ro</a>. Please try to follow the following guidelines:
This page took 0.011297 seconds and 4 git commands to generate.