diff --git a/templates/patch_request_template.j2 b/templates/patch_request_template.j2
index e54d492cc79312a617a2bb0f57044ead49a3c769..7ecb09e1e2459abef7168e8378d7796881c26e5a 100644
--- a/templates/patch_request_template.j2
+++ b/templates/patch_request_template.j2
@@ -42,13 +42,13 @@
             <tr>
                 <th style="border: 1px solid black; border-collapse: collapse;">Broadcast Domain</th>
                 <td style="border: 1px solid black; border-collapse: collapse;">{{ action['bcd']['name'] }} ({% if action['bcd_tagged'] %}add tagged{% else %}untagged{% endif %})
+                  <ul>
+                      {% for v in action['vlan_ids'] %}
+                          <li>{{ v }}</li>
+                      {% endfor %}
+                  </ul>
                 </td>
             </tr>
-            <ul>
-                {% for v in action['vlan_ids'] %}
-                    <li>{{ v }}</li>
-                {% endfor %}
-            </ul>
         {% endif %}
         {% if action['new_insert_type'] %}
             <tr>
@@ -85,7 +85,7 @@
         {% endif %}
     </table>
     {% if not loop.last %}
-        <hl/>
+        <hr/>
     {% endif %}
 {% endfor %}