diff --git a/docs.sgml b/docs.sgml index f75d3da3..6f2c0a3d 100644 --- a/docs.sgml +++ b/docs.sgml @@ -5538,7 +5538,8 @@ no title {$articleTitle|escape:"html"} {$articleTitle|escape:"url"} {$articleTitle|escape:"quotes"} -{$EmailAddress|escape:"hexentity"} +<a +href="mailto:{$EmailAddress|escape:"hex"}">{$EmailAddress|escape:"hexentity"}</a> OUTPUT: @@ -5547,7 +5548,8 @@ OUTPUT: 'Stiff%20Opposition%20Expected%20to%20Casketless%20Funeral%20Plan' 'Stiff+Opposition+Expected+to+Casketless+Funeral+Plan' \'Stiff Opposition Expected to Casketless Funeral Plan\' -bob@me.net +<a +href="mailto:%62%6f%62%40%6d%65%2e%6e%65%74">&#x62;&#x6f;&#x62;&#x40;&#x6d;&#x65;&#x2e;&#x6e;&#x65;&#x74;</a> @@ -6169,11 +6171,13 @@ s m o k e r s a r e p. . . The plugin files must be named as follows:
- type.name.php + + type.name.php +
- type is one of these plugin types: + type is one of these plugin types: function modifier @@ -6190,7 +6194,6 @@ s m o k e r s a r e p. . . - Making Custom Plugins