Remove double lang tags
authorMatthias Schmidt <gravatronics@live.com>
Sat, 9 Jan 2016 10:44:24 +0000 (11:44 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 9 Jan 2016 13:37:04 +0000 (14:37 +0100)
Closes #1977

wcfsetup/install/files/acp/templates/bbcodeAdd.tpl

index 724785edc48fbc014a00f95875c085796223d1ef..53914932bb46bfe6cd6c4dc12c6e85d3d713ec78 100644 (file)
                <dl>
                        <dt></dt>
                        <dd>
-                               <label for="attributes[{ldelim}@$attributeNo}][required]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][required]" name="attributes[{ldelim}@$attributeNo}][required]" value="1" /> {lang}{lang}wcf.acp.bbcode.attribute.required{/lang}{/lang}</label>
+                               <label for="attributes[{ldelim}@$attributeNo}][required]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][required]" name="attributes[{ldelim}@$attributeNo}][required]" value="1" /> {lang}wcf.acp.bbcode.attribute.required{/lang}</label>
                        </dd>
                </dl>
                
                <dl>
                        <dt></dt>
                        <dd>
-                               <label for="attributes[{ldelim}@$attributeNo}][useText]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][useText]" name="attributes[{ldelim}@$attributeNo}][useText]" value="1" /> {lang}{lang}wcf.acp.bbcode.attribute.useText{/lang}{/lang}</label>
+                               <label for="attributes[{ldelim}@$attributeNo}][useText]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][useText]" name="attributes[{ldelim}@$attributeNo}][useText]" value="1" /> {lang}wcf.acp.bbcode.attribute.useText{/lang}</label>
                                <small>{lang}wcf.acp.bbcode.attribute.useText.description{/lang}</small>
                        </dd>
                </dl>