fixed syntax error
authormtopper <mtopper>
Sat, 30 Jul 2005 22:14:10 +0000 (22:14 +0000)
committermtopper <mtopper>
Sat, 30 Jul 2005 22:14:10 +0000 (22:14 +0000)
etc/producer/producers.xml

index a184872..b9ad277 100755 (executable)
        
         <Log message="Getting Last 5 articles for category: ${category.title} - counter: ${counter}" />
         <Define key="topictitle" value="${category.title}" />
-        <Define key="topicfile" value="${category.filename"} /> 
+        <Define key="topicfile" value="${category.filename}" /> 
         
         <List key="randomarticles" table="content"
                selection ="id in (select content_id from content_x_topic where topic_id = ${category.id})" order="date DESC"