Created
July 18, 2011 15:37
-
-
Save johnmcaliley/1089887 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="string input required stringish" id="widget_attr_input"> | |
<label class=" label" for="widget_attr"> | |
My Label<abbr title="required">*</abbr> | |
</label> | |
<input id="widget_attr" name="widget[attr]" required="required" type="text"> | |
<div class="extra-content-class">My extra HTML Here</div> | |
<p class="inline-hints">My Hint</p> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment