This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-userforms
Watch
1
Star
0
Fork
0
You've already forked silverstripe-userforms
mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced
2024-10-22 17:05:42 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
6eb29d35bd
silverstripe-userforms
/
templates
/
SilverStripe
/
UserForms
/
Model
/
EditableFormField.ss
2 lines
96 B
Scheme
Raw
Normal View
History
Unescape
Escape
FIX Add missing space before aria-describedby attribute
2020-05-04 08:13:41 +02:00
<input
$AttributesHTML<%
if
$RightTitle
%>
aria-describedby=
"{$Name}_right_title"
<%
end_if
%>/>
Reference in New Issue
Copy Permalink