From 6ef026500f68b301d71e02958b0c2063a4517835 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Mon, 8 Jun 2015 17:51:21 -0400 Subject: [PATCH] Fix line endings --- doc/game/nav.js | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/game/nav.js b/doc/game/nav.js index e52cea7a..5632a984 100644 --- a/doc/game/nav.js +++ b/doc/game/nav.js @@ -1,24 +1,24 @@ -/* - -The navbar, to be included in all files. - -*/ - -document.write('\ -
  • About
  • \ -
  • Playing Tips
  • \ -
  • Getting Started
  • \ -
  • The Exile Screen
  • \ -
  • The Exile Menu
  • \ -
  • Getting Around Town
  • \ -
  • Getting Around the Outdoors
  • \ -
  • Killing Stuff
  • \ -
  • Miscellaneous
  • \ -
  • Mage Spells
  • \ -
  • Priest Spells
  • \ -
  • Hints
  • \ -
  • Valley of Dying Things
  • \ -
  • The Editor
  • \ -
  • Credits
  • \ -
  • GNU GPL
  • \ +/* + +The navbar, to be included in all files. + +*/ + +document.write('\ +
  • About
  • \ +
  • Playing Tips
  • \ +
  • Getting Started
  • \ +
  • The Exile Screen
  • \ +
  • The Exile Menu
  • \ +
  • Getting Around Town
  • \ +
  • Getting Around the Outdoors
  • \ +
  • Killing Stuff
  • \ +
  • Miscellaneous
  • \ +
  • Mage Spells
  • \ +
  • Priest Spells
  • \ +
  • Hints
  • \ +
  • Valley of Dying Things
  • \ +
  • The Editor
  • \ +
  • Credits
  • \ +
  • GNU GPL
  • \ '); \ No newline at end of file