Author: psharples
Date: Wed Oct  5 15:33:01 2011
New Revision: 1179263

URL: http://svn.apache.org/viewvc?rev=1179263&view=rev
Log:
Added missing doctype declaration. See  WOOKIE-236.

Modified:
    incubator/wookie/trunk/scratchpad/widgets/blitz/index.html
    incubator/wookie/trunk/widgets/localetest/index.htm
    incubator/wookie/trunk/widgets/localetest/locales/en-gb-yorks/index.htm
    incubator/wookie/trunk/widgets/localetest/locales/en/index.htm
    incubator/wookie/trunk/widgets/localetest/locales/fr/index.htm
    incubator/wookie/trunk/widgets/localetest/locales/index.htm
    incubator/wookie/trunk/widgets/sudoku/sudoku.html
    incubator/wookie/trunk/widgets/test/index.htm
    incubator/wookie/trunk/widgets/todo/index.html
    incubator/wookie/trunk/widgets/wookiewiki/index.html

Modified: incubator/wookie/trunk/scratchpad/widgets/blitz/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/blitz/index.html?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/blitz/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/blitz/index.html Wed Oct  5 
15:33:01 2011
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!DOCTYPE html>
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

Modified: incubator/wookie/trunk/widgets/localetest/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/localetest/index.htm?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/localetest/index.htm (original)
+++ incubator/wookie/trunk/widgets/localetest/index.htm Wed Oct  5 15:33:01 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <p>Hello World! (default, not localized version)</p>
 
 <p><img src="Images/test.png"/></p>
\ No newline at end of file

Modified: 
incubator/wookie/trunk/widgets/localetest/locales/en-gb-yorks/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/localetest/locales/en-gb-yorks/index.htm?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/localetest/locales/en-gb-yorks/index.htm 
(original)
+++ incubator/wookie/trunk/widgets/localetest/locales/en-gb-yorks/index.htm Wed 
Oct  5 15:33:01 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <p>Ayup World!</p>
 
 <p><img src="Images/test.png"/></p>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/localetest/locales/en/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/localetest/locales/en/index.htm?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/localetest/locales/en/index.htm (original)
+++ incubator/wookie/trunk/widgets/localetest/locales/en/index.htm Wed Oct  5 
15:33:01 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <p>Hello World!</p>
 
 <p><img src="Images/test.png"/></p>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/localetest/locales/fr/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/localetest/locales/fr/index.htm?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/localetest/locales/fr/index.htm (original)
+++ incubator/wookie/trunk/widgets/localetest/locales/fr/index.htm Wed Oct  5 
15:33:01 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <p>Bonjour tout le Monde!</p>
 
 <p><img src="Images/test.png"/></p>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/localetest/locales/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/localetest/locales/index.htm?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/localetest/locales/index.htm (original)
+++ incubator/wookie/trunk/widgets/localetest/locales/index.htm Wed Oct  5 
15:33:01 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <p>Hello World! (non-localized)</p>
 
 <p><img src="Images/test.png"/></p>
\ No newline at end of file

Modified: incubator/wookie/trunk/widgets/sudoku/sudoku.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sudoku/sudoku.html?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sudoku/sudoku.html (original)
+++ incubator/wookie/trunk/widgets/sudoku/sudoku.html Wed Oct  5 15:33:01 2011
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!DOCTYPE html>
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="style.css" />

Modified: incubator/wookie/trunk/widgets/test/index.htm
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/test/index.htm?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/index.htm (original)
+++ incubator/wookie/trunk/widgets/test/index.htm Wed Oct  5 15:33:01 2011
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!DOCTYPE html>
 <html>
        <head>
                <link rel="stylesheet" href="styles.css" type="text/css" />

Modified: incubator/wookie/trunk/widgets/todo/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/todo/index.html?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/todo/index.html (original)
+++ incubator/wookie/trunk/widgets/todo/index.html Wed Oct  5 15:33:01 2011
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!DOCTYPE html>
 <html>
     <head>
        <script type="text/javascript" src="json2.js"></script>

Modified: incubator/wookie/trunk/widgets/wookiewiki/index.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/wookiewiki/index.html?rev=1179263&r1=1179262&r2=1179263&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/wookiewiki/index.html (original)
+++ incubator/wookie/trunk/widgets/wookiewiki/index.html Wed Oct  5 15:33:01 
2011
@@ -14,6 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!DOCTYPE html>
 <html>
 <head>
 <script type='text/javascript' src="creole.js"></script>


Reply via email to