diff --git a/views/registration.pug b/views/registration.pug
index 1060679d05962fd2f7bf9e28b5d980fb184f65a0..88ef5a932c510753f110253fec986dd426f6896f 100644
--- a/views/registration.pug
+++ b/views/registration.pug
@@ -73,9 +73,7 @@ html(lang="en")
                         input#inputIndustry(name="inputIndustry", type="text", class="form-control", placeholder="Branche")
                     div(class="form-group")
                         input#inputSpeciality(name="inputSpeciality", type="text", class="form-control", placeholder="Fachgebiete")
-                    p
-                        em
-                            small * Mandatory
+                    p <em><small>* Mandatory</small></em>
                     input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Submit" disabled)
                 br
                 p(class="text-center") Already have an account? <a href="/">Login</a>.