Skip to content

Commit

Permalink
Add <hr /> between Categories and Tags section in ucSubmitNews.ascx
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wagner committed Mar 16, 2021
1 parent 6ae9893 commit 89e0f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ucSubmitNews.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@
Display="None" ErrorMessage="Category is Required." Enabled="False" ResourceKey="valCategoriesRequired.ErrorMessage" SetFocusOnError="true" />
</td>
</tr>
<tr>
<td colspan="100%">
<hr />
</td>
</tr>
<tr runat="Server" id="trTags">
<td class="SubHead" id="tdTxtTagsTitle" width="150"><dnn:label id="plTags" text="Tags:" runat="server" controlname="txtTags"></dnn:label></td>
<td runat="server" id="tdTxtTags">
Expand Down

0 comments on commit 89e0f16

Please sign in to comment.