From 1d0c98c2654db26e4dd459e7954b994faf76c552 Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Thu, 8 Jun 2017 11:58:04 +0530 Subject: [PATCH] Missing `+` operator `msgprint` has a missing `+` operator, which is syntactically incorrect. --- frappe/docs/user/en/guides/app-development/dialogs-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/docs/user/en/guides/app-development/dialogs-types.md b/frappe/docs/user/en/guides/app-development/dialogs-types.md index e92c40f34f..a1aa4f9a07 100755 --- a/frappe/docs/user/en/guides/app-development/dialogs-types.md +++ b/frappe/docs/user/en/guides/app-development/dialogs-types.md @@ -85,7 +85,7 @@ This dialog have 2 arguments, they are: + "
  • 28% Memory
  • " + "
  • 12% Processor
  • " + "
  • 0.3% Disk
  • " - "", 'Server Info') + + "", 'Server Info') --- @@ -115,4 +115,4 @@ FrappĂ© provide too a `Class` that you can extend and build your own custom dial - \ No newline at end of file +