WICKET-6490 * Minor glitches
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ae9f7a11 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ae9f7a11 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ae9f7a11 Branch: refs/heads/WICKET-6490 Commit: ae9f7a113635cc17d3960fc4f040b7924326d718 Parents: 53574d0 Author: Tobias Soloschenko <[email protected]> Authored: Sat Nov 4 08:58:40 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Sat Nov 4 15:11:15 2017 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/wicket/examples/encodings/Home.html | 2 +- .../src/main/java/org/apache/wicket/examples/resources/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ae9f7a11/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html b/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html index a30b41a..0fa2b65 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/encodings/Home.html @@ -16,7 +16,7 @@ <br/> <span wicket:id="message">Here comes the hello world message ...</span> <p> - Test: ��� + Test: äöü </p> </wicket:extend> </body> http://git-wip-us.apache.org/repos/asf/wicket/blob/ae9f7a11/wicket-examples/src/main/java/org/apache/wicket/examples/resources/style.css ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/resources/style.css b/wicket-examples/src/main/java/org/apache/wicket/examples/resources/style.css index dbc5449..541427a 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/resources/style.css +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/resources/style.css @@ -1,5 +1,5 @@ @import url(./fonts/source-code-pro/stylesheet.css); -@import url(../fonts/source-sans-pro/stylesheet.css); +@import url(./fonts/source-sans-pro/stylesheet.css); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0;
