Skip to content

Commit aca1b3c

Browse files
authored
Merge pull request plone#1417 from plone/jensens-patch-1
'a' tag should have text contained
2 parents 59b09d2 + 1c1dd7e commit aca1b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To add a token as an HTTP GET parameter to a link in a template, you can utilize
9090

9191
```html
9292
<tal:authenticator tal:define="token context/@@authenticator/token">
93-
<a href="${python:context.absolute_url()}/myprotected_view?_authenticator=${token}" />
93+
<a href="${python:context.absolute_url()}/myprotected_view?_authenticator=${token}" >Link to some view</a>
9494
</tal:authenticator>
9595
```
9696

0 commit comments

Comments
 (0)