Skip to content

Commit

Permalink
add extended Description to movielist
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody9 committed Jan 3, 2012
1 parent acfb134 commit 0f652f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/controllers/views/web/movielist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<e2servicereference>$movie.fullname</e2servicereference>
<e2title>$movie.eventname</e2title>
<e2description>$movie.description</e2description>
<e2descriptionextended></e2descriptionextended>
<e2descriptionextended>$movie.DescriptionExtended</e2descriptionextended>
<e2servicename>$movie.servicename</e2servicename>
<e2time>$movie.recordingtime</e2time>
<e2length>$movie.length</e2length>
Expand Down

0 comments on commit 0f652f5

Please sign in to comment.