Jelajahi Sumber

Upgrade to release v2.3.0

Kartik Visweswaran 10 tahun lalu
induk
melakukan
44c4428d93
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -308,7 +308,7 @@ The following variables will be parsed:
 - `{type}`: the type of video file to be previewed
 - `{type}`: the type of video file to be previewed
 
 
 ```html
 ```html
-'<div class="file-preview-frame" id="{previewId}" title="{caption}">
+<div class="file-preview-frame" id="{previewId}" title="{caption}">
     <source src="{media}" type="{type}">
     <source src="{media}" type="{type}">
     <small>The video format of "{caption}" is not supported by your browser for preview (must be one mp4, webm, 3gp, ogg).</small>
     <small>The video format of "{caption}" is not supported by your browser for preview (must be one mp4, webm, 3gp, ogg).</small>
 </div>
 </div>