Browse Source

Updated preview template

Kartik Visweswaran 11 years ago
parent
commit
408cf042fb
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -167,12 +167,12 @@ _string_ the template used to render the preview. The following template variabl
 
 The `previewTemplate` if not set will default to:
 ```html
-    <div class="file-preview {class}">\n
-       <div class="file-preview-status text-center text-success"></div>\n
-       <div class="close fileinput-remove text-right">&times;</div>\n
-       <div class="file-preview-thumbnails"></div>\n
-       <div class="clearfix"></div> +
-    </div>
+<div class="file-preview {class}">\n
+   <div class="file-preview-status text-center text-success"></div>\n
+   <div class="close fileinput-remove text-right">&times;</div>\n
+   <div class="file-preview-thumbnails"></div>\n
+   <div class="clearfix"></div> +
+</div>
 ```
 
 #### browseLabel