Skip to content

Commit

Permalink
bug: Wrong description in HTML-Template
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Nov 22, 2018
1 parent 3094e17 commit 66ee59a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/_templates/default.index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Material Design Lite (MDL/Dart) for Dart is a library of components for web developers based on Google's Material Design, ported to Dart.">
<meta name="description" content="Material 4 Dart (M4D) is a library of components for web developers based on Google's Material Design, ported to Dart.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{title}}</title>

Expand Down
4 changes: 2 additions & 2 deletions samples/m4d_dnd/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Material Design Lite (MDL/Dart) for Dart is a library of components for web developers based on Google's Material Design, ported to Dart.">
<meta name="description" content="Material 4 Dart (M4D) is a library of components for web developers based on Google's Material Design, ported to Dart.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DND</title>

Expand Down Expand Up @@ -117,7 +117,7 @@ <h6 class="mdl-color-text--primary-dark">Trash</h6>
<div class="mdl-mini-footer--left-section">
<div>Sample for pub-package:
<a href="https://pub.dartlang.org/packages/m4d_dnd" target="_blank">m4d_dnd</a>
<span class="published">/ published: <span class="pubdate">2018-11-20 / 09:41:23</span></span>
<span class="published">/ published: <span class="pubdate">2018-09-19 / 14:09:52</span></span>
</div>
</div>
<div class="mdl-mini-footer--right-section">
Expand Down

0 comments on commit 66ee59a

Please sign in to comment.