]> git.mxchange.org Git - friendica.git/blobdiff - doc/smarty3-templates.md
Update doco
[friendica.git] / doc / smarty3-templates.md
index 751ef20b3120ff4d6c216ecfa4a137ce5a5e6227..fb7036896822f01d09b29e5563f8f61790212b84 100644 (file)
@@ -35,7 +35,7 @@ Form Templates
 
 To guarantee a consistent look and feel for input forms, i.e. in the settings sections, there are templates for the basic form fields. They are initialized with an array of data, depending on the tyle of the field.
 
-All of these take an array for holding the values, i.e. for an one line text input field, which is required and should be used to type email addesses use something along
+All of these take an array for holding the values, eg,. for a one line text input field, which is required and should be used to type email addesses use something along the lines of:
 
                '$adminmail' => array('adminmail', t('Site administrator email address'), $adminmail, t('Your account email address must match this in order to use the web admin panel.'), 'required', '', 'email'),