diff --git a/sources/titleblock/templatecellwidget.cpp b/sources/titleblock/templatecellwidget.cpp index f2188b616..dd01278c4 100644 --- a/sources/titleblock/templatecellwidget.cpp +++ b/sources/titleblock/templatecellwidget.cpp @@ -444,6 +444,7 @@ QString TitleBlockTemplateCellWidget::defaultVariablesString() const { "
  • %{folio} : indications relatives au folio
  • " "
  • %{folio-id} : position du folio dans le projet
  • " "
  • %{folio-total} : nombre total de folios dans le projet
  • " + "
  • %{projecttitle} : titre du projet
  • " "" ); return(def_var_string);