From cbeef2f5a86b2129cdc4f4ac4614ce9f133a5c59 Mon Sep 17 00:00:00 2001
From: Karen <karen@gitlab.com>
Date: Tue, 26 May 2015 00:18:54 +0000
Subject: [PATCH] fixed info box

---
 doc_styleguide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc_styleguide.md b/doc_styleguide.md
index c1ad7a15206..d4d815bd205 100644
--- a/doc_styleguide.md
+++ b/doc_styleguide.md
@@ -16,7 +16,7 @@ This styleguide recommends best practices to improve documentation and to keep i
 
 * To add images use
 ´´´
-!['NAME OF LINK']('WHERE THE LINK IS LOCATED') 
+'!['NAME OF LINK']('WHERE THE LINK IS LOCATED')'
 ´´´
 
 
@@ -26,4 +26,4 @@ This styleguide recommends best practices to improve documentation and to keep i
 
 * Images should have a specific, non-generic name that will differentiate them.
 
-* Keep all file names in lower case. 
+* Keep all file names in lower case.
\ No newline at end of file
-- 
GitLab