Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Add tag closing symbol to Sample Site #160

Merged
merged 3 commits into from
Jul 1, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add missing tag closing symbol
  • Loading branch information
Mikhail Tymchuk (DevExpress) committed Jul 1, 2016
commit 95369969eeb58a101d045d907ef4ff0afd321b08
2 changes: 1 addition & 1 deletion AjaxControlToolkit.SampleSite/Tabs/Tabs.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<em>HeaderText</em>="Signature and Bio"
<em>Enabled</em>="true"
<em>ScrollBars</em>="Auto"
<em>OnDemandMode</em>="Once"
<em>OnDemandMode</em>="Once"&gt;
&lt;ContentTemplate&gt;
...
&lt;/ContentTemplate&gt;
Expand Down