Skip to content

Commit

Permalink
Fixed HTBox#2348
Browse files Browse the repository at this point in the history
  • Loading branch information
oneolddev committed Feb 22, 2019
1 parent 37833fc commit ffc20bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<label class="control-label col-md-2">Campaign Start/End dates</label>
<div class="col-md-10">
<p class="form-control-static">
<time value="Model.CampaignStartDateTime" TargetTimeZoneId="Model.TimeZoneId"></time> - <time value="Model.CampaignStartDateTime" TargetTimeZoneId="Model.TimeZoneId"></time>
<time value="Model.CampaignStartDateTime" TargetTimeZoneId="Model.TimeZoneId"></time> - <time value="Model.CampaignEndDateTime" TargetTimeZoneId="Model.TimeZoneId"></time>
</p>
</div>
</div>
Expand Down

0 comments on commit ffc20bc

Please sign in to comment.