diff options
| author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-18 12:40:14 +0000 |
|---|---|---|
| committer | David Tardon <dtardon@redhat.com> | 2017-04-07 08:14:04 +0000 |
| commit | 1830b646ea1c181ae0a298e53bf2cfa5e0eaee48 (patch) | |
| tree | 7bf9694eade1830fc4bb1226fde44e197583e130 | |
| parent | 1f68ba5f7ad9bf04cf6a9e449e5b7cbb4dc27a8c (diff) | |
| download | cppunit-1830b646ea1c181ae0a298e53bf2cfa5e0eaee48.tar.gz | |
fix HTML Encoding
in my last commit Gerrit's web interface changed the encoding
of the file. The page doesn't look correct any more.
Change-Id: I5de59620ef4ca78a009da2bbf2c6fe37af0dd54c
Reviewed-on: https://gerrit.libreoffice.org/35401
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
| -rw-r--r-- | src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC.html b/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC.html index f9bd2bc..a99ca9d 100644 --- a/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC.html +++ b/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC.html @@ -1,7 +1,7 @@ <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title></title> <style type="text/css"> |
