Skip to content

Commit e4cb5f3

Browse files
slavalelekajellizaveta
authored andcommitted
src/scriptlets/href-sanitizer.ts edited online with Bitbucket
1 parent 9736333 commit e4cb5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scriptlets/href-sanitizer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
* - `text` — use the text content of the matched element,
3232
* - `[<attribute-name>]` copy the value from attribute `attribute-name` on the same element,
3333
* - `?<parameter-name>` copy the value from URL parameter `parameter-name` of the same element's `href` attribute.
34-
* - `transform` — optional, defaults to no transforming:
34+
* - `transform` — optional, defaults to no transforming. Possible values:
3535
* - `base64decode` — decode the base64 string from specified attribute.
3636
* - `removeHash` — remove the hash from the URL.
3737
* - `removeParam[:<param1>,<param2>,...]` — remove the specified parameter(s) from the URL,

0 commit comments

Comments
 (0)