Browse Source

Corrige un bug d’échappement

master
vincent 2 days ago
parent
commit
28790d61d2
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      templates/comment/cancel.md.twig
  2. +1
    -1
      templates/comment/finish.md.twig
  3. +1
    -1
      templates/comment/reset.md.twig
  4. +1
    -1
      templates/comment/start.md.twig

+ 1
- 1
templates/comment/cancel.md.twig View File

@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})|raw }}

+ 1
- 1
templates/comment/finish.md.twig View File

@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})|raw }}

+ 1
- 1
templates/comment/reset.md.twig View File

@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})|raw }}

+ 1
- 1
templates/comment/start.md.twig View File

@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})|raw }}

Loading…
Cancel
Save