Fixed Minor typo in "thread_prefix_edit" admin template

Van Damm

Member
In "thread_prefix_edit" admin template on line 66, column 139 "u" should be replaced with "i" (now it reads </duv> instead of </div>).

Here is this code fragment in XenForo 1.1.2:
HTML:
<div><label class="muted"><input type="checkbox" id="SelectAllForums" /> <i>{xen:phrase select_all}</i></label></duv>
Here is this line fixed:
HTML:
<div><label class="muted"><input type="checkbox" id="SelectAllForums" /> <i>{xen:phrase select_all}</i></label></div>
 
Top Bottom