Skip to content

Commit

Permalink
[BUGFIX] Remove wrong </td> tag in AbstractLinkBrowser
Browse files Browse the repository at this point in the history
Remove a not needed </td> tag which has not been removed with the
refactoring.

Resolves: #82279
Releases: master, 8.7, 7.6
Change-Id: I2077e9e0b0119e6b064b0a6d4ebb9c3dc1d848a4
Reviewed-on: https://review.typo3.org/53873
Tested-by: TYPO3com <[email protected]>
Reviewed-by: Joerg Boesche <[email protected]>
Tested-by: Joerg Boesche <[email protected]>
Reviewed-by: Henning Liebe <[email protected]>
Reviewed-by: Andreas Fernandez <[email protected]>
Tested-by: Andreas Fernandez <[email protected]>
  • Loading branch information
georgringer authored and Andreas Fernandez committed Sep 4, 2017
1 parent 098e3b0 commit d3bfc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ protected function getLinkAttributeFieldDefinitions()
<label class="col-xs-4 control-label">' . htmlspecialchars($lang->getLL('class')) . '</label>
<div class="col-xs-8">
<input type="text" name="lclass" class="form-control"
value="' . htmlspecialchars($this->linkAttributeValues['class']) . '" /></td>
value="' . htmlspecialchars($this->linkAttributeValues['class']) . '" />
</div>
</div>
</form>';
Expand Down

0 comments on commit d3bfc70

Please sign in to comment.