From 91769ffe553eb8cfd24c32b2e1b4764f991246b4 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 16 Jun 2019 12:48:31 -0700
Subject: [PATCH] c14n

---
 Locations/FortLauderdaleFlorida/ElevationGridExample.x3d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Locations/FortLauderdaleFlorida/ElevationGridExample.x3d b/Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
index ee7da4e505..bb84ebe3de 100644
--- a/Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
+++ b/Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
@@ -31,7 +31,7 @@
         <Script DEF='WhereDump'>
           <field accessType='inputOnly' name='position' type='SFVec3f'/>
           <field accessType='inputOnly' name='orientation' type='SFRotation'/>
-          <![CDATA[
+          <![CDATA[
 ecmascript:
 function position (value)
 {
@@ -43,7 +43,7 @@ function orientation (value)
    Browser.print ('Orientation (X,Y,Z,R) = ' + value[0] +
 	', ' + value[1] + ', ' + value[2] +
 	', ' + value[3]);
-}
+}
 ]]>
         </Script>
         <ROUTE fromField='position_changed' fromNode='Where' toField='position' toNode='WhereDump'/>
-- 
GitLab