Просмотр исходного кода

Fix copyright character encoding in css.

Replaced ISO-8859-1 copyright character with (c) and changed the order
of date and name to be consistent with other copyrights.
Jonathan Wakely 4 лет назад
Родитель
Сommit
2efe257bec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/src/minimal.css

+ 1 - 1
doc/src/minimal.css

@@ -1,6 +1,6 @@
 /*
 
-  © Copyright Beman Dawes, 2007
+  Copyright (c) 2007 Beman Dawes
 
   Distributed under the Boost Software License, Version 1.0.
   See www.boost.org/LICENSE_1_0.txt

粤ICP备19079148号