Skip to content

Commit

Permalink
try to fix charecter encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Aug 22, 2012
1 parent f87bce9 commit 8943e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/ext/iso8061-dates.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//===========================================
/**
* Date.parse with progressive enhancement for ISO 8601 <https://github.com/csnover/js-iso8601>
* © 2011 Colin Snover <http://zetafleet.com>
* Copyright 2011 Colin Snover <http://zetafleet.com>
* Released under MIT license.
*/
(function (Date, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/lib/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
.icon-settings:before { content: "\55"; }
.icon-search:before { content: "\56"; }
.icon-github:before { content: "\57"; }
.icon-new-geonote:before { content: "\58"; }
.icon-new-geonote:before { content: "\58"; }

0 comments on commit 8943e7c

Please sign in to comment.