<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@ If you are not using Textmate as text editor, in your environment.rb or
 in an initializer do:
 
   if defined?(Footnotes)
-    Footnotes::Filter.prefix = 'txmt://open?url=file://%s&amp;line=%d&amp;column=%d'
+    Footnotes::Filter.prefix = 'txmt://open?url=file://%s&amp;amp;line=%d&amp;amp;column=%d'
   end
 
 Where you are going to choose a prefix compatible with your text editor. The %s is</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ module Footnotes
     @@klasses = []
 
     # Default link prefix is textmate
-    @@prefix = 'txmt://open?url=file://%s&amp;line=%d&amp;column=%d'
+    @@prefix = 'txmt://open?url=file://%s&amp;amp;line=%d&amp;amp;column=%d'
 
     # Edit notes
     @@notes = [ :controller, :view, :layout, :stylesheets, :javascripts ]</diff>
      <filename>lib/rails-footnotes/footnotes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -70,11 +70,11 @@ class FootnotesTest &lt; Test::Unit::TestCase
   end
 
   def test_footnotes_prefix
-    assert_equal 'txmt://open?url=file://%s&amp;line=%d&amp;column=%d', Footnotes::Filter.prefix
-    assert_equal 'txmt://open?url=file://file&amp;line=0&amp;column=0', Footnotes::Filter.prefix('file', 0, 0)
-    assert_equal 'txmt://open?url=file://file&amp;line=10&amp;column=10', Footnotes::Filter.prefix('file', 10, 10)
-    assert_equal 'txmt://open?url=file://file&amp;line=10&amp;column=10', Footnotes::Filter.prefix('file', 10, 10, 10)
-    assert_equal 'txmt://open?url=file://file&amp;line=10&amp;column=10', Footnotes::Filter.prefix('file', '10', '10')
+    assert_equal 'txmt://open?url=file://%s&amp;amp;line=%d&amp;amp;column=%d', Footnotes::Filter.prefix
+    assert_equal 'txmt://open?url=file://file&amp;amp;line=0&amp;amp;column=0', Footnotes::Filter.prefix('file', 0, 0)
+    assert_equal 'txmt://open?url=file://file&amp;amp;line=10&amp;amp;column=10', Footnotes::Filter.prefix('file', 10, 10)
+    assert_equal 'txmt://open?url=file://file&amp;amp;line=10&amp;amp;column=10', Footnotes::Filter.prefix('file', 10, 10, 10)
+    assert_equal 'txmt://open?url=file://file&amp;amp;line=10&amp;amp;column=10', Footnotes::Filter.prefix('file', '10', '10')
   end
 
   def test_notes_are_initialized</diff>
      <filename>test/footnotes_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -63,7 +63,7 @@ class AbstractNoteTest &lt; Test::Unit::TestCase
   def test_footnotes_prefix
     Footnotes::Filter.prefix = ''
     assert !@note.send(:prefix?)
-    Footnotes::Filter.prefix = 'txmt://open?url=file://%s&amp;line=%d&amp;column=%d'
+    Footnotes::Filter.prefix = 'txmt://open?url=file://%s&amp;amp;line=%d&amp;amp;column=%d'
     assert @note.send(:prefix?)
   end
 </diff>
      <filename>test/notes/abstract_note_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4f1c974e95522042ccaceca60df7b08d6fd32b0e</id>
    </parent>
  </parents>
  <author>
    <name>Keenan Brock</name>
    <email>keenan@thebrocks.net</email>
  </author>
  <url>http://github.com/josevalim/rails-footnotes/commit/f5ffde304bb763e1adad07f92681d40c0ed216ef</url>
  <id>f5ffde304bb763e1adad07f92681d40c0ed216ef</id>
  <committed-date>2009-04-30T23:16:56-07:00</committed-date>
  <authored-date>2009-04-30T20:49:13-07:00</authored-date>
  <message>made urls pass html validation by escaping ampersand

Signed-off-by: Jos&#233; Valim &lt;jose.valim@gmail.com&gt;</message>
  <tree>075ad3da3fd1e7a69a2db20606e4870f4fb4928d</tree>
  <committer>
    <name>Jos&#233; Valim</name>
    <email>jose.valim@gmail.com</email>
  </committer>
</commit>
