Skip to content

Commit

Permalink
update the default template tag for message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Tang committed Oct 23, 2016
1 parent 00e3605 commit 70b2af6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ template:
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div id="security">
<h4>密码是 "mikemessi"</h4>
<span>密码是 "mikemessi"</span>
<div>
<div class="input-group">
<input type="text" class="form-control" aria-label="enter the password" id="pass"/>
Expand Down Expand Up @@ -207,7 +207,7 @@ encrypt:
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div id="security">
<h4>密码是 "mikemessi"</h4>
<span>密码是 "mikemessi"</span>
<div>
<div class="input-group">
<input type="text" class="form-control" aria-label="请输入密码" id="pass"/>
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ template:
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div id="security">
<h4>密码是 "mikemessi"</h4>
<span>密码是 "mikemessi"</span>
<div>
<div class="input-group">
<input type="text" class="form-control" aria-label="enter the password" id="pass"/>
Expand Down Expand Up @@ -195,7 +195,7 @@ encrypt:
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div id="security">
<h4>密码是 "mikemessi"</h4>
<span>密码是 "mikemessi"</span>
<div>
<div class="input-group">
<input type="text" class="form-control" aria-label="请输入密码" id="pass"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.5"
"version": "1.1.6"
}

0 comments on commit 70b2af6

Please sign in to comment.