# HG changeset patch # User k0s # Date 1261732120 18000 # Node ID 75a57e8f72d43c8f9a4edee753f170c049bf1264 # Parent 4b8aa9b0a45bb15fe7583db2336324b551d561ae add logic for titles (admittedly, not wonderful logic) diff -r 4b8aa9b0a45b -r 75a57e8f72d4 montage/templates/strip.html --- a/montage/templates/strip.html Fri Dec 25 03:59:26 2009 -0500 +++ b/montage/templates/strip.html Fri Dec 25 04:08:40 2009 -0500 @@ -5,12 +5,13 @@ xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> + ${title or path}

- ${image['description']} + ${image.get('title', image['description'])}