diff --git a/Documentation/arango.template.in b/Documentation/arango.template.in
index 8fc89eee1a..15f0e5431b 100644
--- a/Documentation/arango.template.in
+++ b/Documentation/arango.template.in
@@ -225,7 +225,7 @@ ALIASES += \
# glossary
ALIASES += \
- "GE{1}=@latexonly\glossaryentry{@endlatexonly@htmlonly
@endhtmlonly@xmlonly XMLMISSING @endxmlonly\1@latexonly}@endlatexonly@htmlonly
@endhtmlonly@xmlonly XMLMISSING @endxmlonly"
+ "GE{1}=@latexonly\glossaryentry{@endlatexonly@htmlonly@endhtmlonly@xmlonly XMLMISSING @endxmlonly\1@latexonly}@endlatexonly@htmlonly@endhtmlonly@xmlonly XMLMISSING @endxmlonly"
# examples
ALIASES += \
diff --git a/js/actions/system/api-blueprints.js b/js/actions/system/api-blueprints.js
index 5e76eb8086..106c156166 100644
--- a/js/actions/system/api-blueprints.js
+++ b/js/actions/system/api-blueprints.js
@@ -243,7 +243,7 @@
////////////////////////////////////////////////////////////////////////////////
/// @brief deletes a blueprint graph
///
-/// @RESTHEADER{DELETE /_api/blueprints/graph},delete graph}
+/// @RESTHEADER{DELETE /_api/blueprints/graph,delete graph}
///
/// @REST{DELETE /_api/blueprints/graph/@FA{graph-identifier}}
///