changed li/ul nesting to make valid HTML (with new doctype?)
authorSandro Hawke <sandro@hawke.org>
Thu, 05 Apr 2012 00:49:20 -0400
changeset 180 77bc8bb2bb25
parent 179 fb41ebdccab7
child 181 d69dce9e72f1
changed li/ul nesting to make valid HTML (with new doctype?)
org/index.html
--- a/org/index.html	Thu Apr 05 00:08:41 2012 -0400
+++ b/org/index.html	Thu Apr 05 00:49:20 2012 -0400
@@ -1,7 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN"
-                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<title>An organization ontology</title>
 	<meta name="description" content="Best Practices for Publishing Linked Data" />
@@ -117,21 +115,24 @@
 
 <p>The ontology gives minimal basic terms to support representation of:</p>
 <ul>
-  <li>organizational structure</li>
-    <ul>
-      <li>notion of an organization</li>
-      <li>decomposition into sub-organizations and units</li>
-      <li>purpose of an organization</li>
-    </ul>
-  <li>reporting structure</li>
+  <li>organizational structure
+  <ul>
+    <li>notion of an organization</li>
+    <li>decomposition into sub-organizations and units</li>
+    <li>purpose of an organization</li>
+  </ul>
+  </li>
+  <li>reporting structure
     <ul>
       <li>people reporting structure within an organization</li>
       <li>roles, relationship between person and organization</li>
     </ul>
-  <li>location information</li>
+  </li>
+  <li>location information
     <ul>
      <li>sites or buildings, locations within sites</li>
     </ul>
+  </li>
   <li>organizational history (merger, renaming, repurposing)</li>
 </ul>