소스 검색

Upgrade to release v2.3.0

Kartik Visweswaran 10 년 전
부모
커밋
40fbdb5514
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -290,7 +290,7 @@ The following variables will be parsed:
 - `{media}`: the flash content to be previewed
 
 ```html
-'<div class="file-preview-frame" id="{previewId}" title="{caption}">
+<div class="file-preview-frame" id="{previewId}" title="{caption}">
     <object type="application/x-shockwave-flash" data="{media}" width="320" height="240">
         <param name="movie" value="{media}" />
         <param name="quality" value="high" />