diff options
author | michaelvogt <michael@vaadin.com> | 2013-06-28 14:16:56 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-28 11:27:40 +0000 |
commit | 68f025f89e2f7dabfe75bedf3e9cde044fb8b118 (patch) | |
tree | 8b733aa39462244d0882c3dfee96734bc7c48939 /WebContent/license.html | |
parent | 939095af2b1349388cd568043cce91f9f9a1cb98 (diff) | |
download | vaadin-framework-68f025f89e2f7dabfe75bedf3e9cde044fb8b118.tar.gz vaadin-framework-68f025f89e2f7dabfe75bedf3e9cde044fb8b118.zip |
The 'license.html' file has flaw in the HTML (unclosed span tag)
(#11952)
Change-Id: Ib940b76df7d2507e8a8b7122e99c4542850f9ac9
Diffstat (limited to 'WebContent/license.html')
-rw-r--r-- | WebContent/license.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/license.html b/WebContent/license.html index 22678ca981..5e9bfe4dc5 100644 --- a/WebContent/license.html +++ b/WebContent/license.html @@ -346,7 +346,7 @@ <div id="footer"> - <span class="slogan">Vaadin – thinking of U and I<span> + <span class="slogan">Vaadin – thinking of U and I</span> </div> <!-- /footer --> |