<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -93,7 +93,7 @@ module AmosKing #:nodoc:
 		module WizardHelper
 			  # Creates a button to go to the previous page in the wizard.
 			  # Also creates a hidden field used to tell the controller which direction to go.
-				def previous_wizard_button(main_wizard_model, label = &quot;Previous&quot;)
+				def previous_wizard_button(main_wizard_model, label = 'Previous')
 					button_to(&quot;&amp;#8592; #{label}&quot;, 
                     {:id =&gt; main_wizard_model, :action =&gt; &quot;update&quot;}, 
                     {:method =&gt; :put, 
@@ -103,7 +103,7 @@ module AmosKing #:nodoc:
 				
 				# Creates a button to go to the next page in the wizard.
 			  # Also creates a hidden field used to tell the controller which direction to go.
-				def next_wizard_button(label = &quot;Next&quot;)
+				def next_wizard_button(label = 'Next')
 					submit_tag(&quot;#{label} &amp;#8594;&quot;) +
 					hidden_direction_field
 				end</diff>
      <filename>lib/acts_as_wizard.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d7d35e885d38768fc52c174e7398b2992e1ed5d</id>
    </parent>
  </parents>
  <author>
    <name>Amos King</name>
    <email>amos.l.king@gmail.com</email>
  </author>
  <url>http://github.com/adkron/actsaswizard/commit/df75c0caabc86c2de9b9a317627fa04aa29e21f1</url>
  <id>df75c0caabc86c2de9b9a317627fa04aa29e21f1</id>
  <committed-date>2008-11-19T15:58:20-08:00</committed-date>
  <authored-date>2008-11-19T15:58:20-08:00</authored-date>
  <message>change double quotes in favor of single.  Hey I like it that away</message>
  <tree>618619f41ed82f0002ef79f49575429dcfe46384</tree>
  <committer>
    <name>Amos King</name>
    <email>amos.l.king@gmail.com</email>
  </committer>
</commit>
