From 2067d1a727e7eb5e5ffb40e967f3d1fc4c8a41b2 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 13 Nov 2008 22:59:24 +0000 Subject: Changing EOL style to LF --- user_guide/nav/nav.js | 272 +++++++++++++++++++++++++------------------------- 1 file changed, 136 insertions(+), 136 deletions(-) (limited to 'user_guide/nav/nav.js') diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js index f8320ddd9..d9131aabb 100644 --- a/user_guide/nav/nav.js +++ b/user_guide/nav/nav.js @@ -1,137 +1,137 @@ -function create_menu(basepath) -{ - var base = (basepath == 'null') ? '' : basepath; - - document.write( - '' + - '
' + - - '' + - - '

Basic Info

' + - '' + - - '

Installation

' + - '' + - - '

Introduction

' + - '' + - - - '
' + - - '

General Topics

' + - '' + - - '
' + - - - '

Class Reference

' + - '' + - - '
' + - - '

Helper Reference

' + - '' + - - - '

Additional Resources

' + - '' + - - '
'); +function create_menu(basepath) +{ + var base = (basepath == 'null') ? '' : basepath; + + document.write( + '' + + '
' + + + '' + + + '

Basic Info

' + + '' + + + '

Installation

' + + '' + + + '

Introduction

' + + '' + + + + '
' + + + '

General Topics

' + + '' + + + '
' + + + + '

Class Reference

' + + '' + + + '
' + + + '

Helper Reference

' + + '' + + + + '

Additional Resources

' + + '' + + + '
'); } \ No newline at end of file -- cgit v1.2.3-24-g4f1b