<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -95,7 +95,7 @@ module Merb::RenderMixin
     thing ||= action_name.to_sym
 
     # Content negotiation
-    opts[:format] ? (self.content_type = opts[:format]) : content_type
+    self.content_type = opts[:format] if opts[:format]
 
     # Handle options (:status)
     _handle_options!(opts)</diff>
      <filename>lib/merb-core/controller/mixins/render.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dede45e06d205ba40590f065b169d31a5b3ef828</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/3b6a8d5fdf5040cbb17890260e3a8fe67acf8b21</url>
  <id>3b6a8d5fdf5040cbb17890260e3a8fe67acf8b21</id>
  <committed-date>2008-09-06T04:36:50-07:00</committed-date>
  <authored-date>2008-09-06T04:20:00-07:00</authored-date>
  <message>Simplify one more clever line.</message>
  <tree>b0279a802d09d7284e6162dce3de5d488ddd0bfd</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
