Changeset 1118

Show
Ignore:
Timestamp:
2008-07-25 10:01:03 (6 months ago)
Author:
gaspard
Message:

Small bug messing with xhtml when using [link update='...'].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/parser/lib/rules/zena.rb

    r1117 r1118  
    30173017        "<input type='hidden' name='s' value='<%= params[:s] || @node[:zip] %>'/>" 
    30183018      else 
    3019         "&s=\#{params[:s] || @node[:zip]}" 
     3019        "s=\#{params[:s] || @node[:zip]}" 
    30203020      end 
    30213021    end