File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 xmlns : gml =" http://www.opengis.net/gml/3.2"
66 xmlns : glr =" http://www.opengis.net/gml/3.3/lr"
77 xmlns : witsml =" http://www.witsml.org/schemas/131"
8- xsi : schemaLocation =" http://diggsml.org/schemas/3 .. /DiggsCore.xsd"
8+ xsi : schemaLocation =" http://diggsml.org/schemas/3 https://diggsml.org/schemas/3 /DiggsCore.xsd"
99 gml : id =" DocExample" >
1010
1111 <!-- Document Information object -->
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4- < title > Title </ title >
4+ < title > DIGGS Development Schema </ title >
55 </ head >
66 < body >
77 < script >
88 // Script to create listing of repository contents for Github pages - for sites with the branch as the root folder
9- //Set variables to determine directory location ans repository name
9+ //Set variables to de termine directory location ans repository name
1010 var path = document . location . pathname . substring ( 0 , document . location . pathname . lastIndexOf ( "/" ) ) ;
1111 var repo = path . substring ( 1 , path . length ) ;
1212 if ( repo . indexOf ( "/" ) > 0 ) repo = repo . substring ( 0 , repo . indexOf ( "/" ) ) ;
You can’t perform that action at this time.
0 commit comments