[CMF-checkins] CVS: CMF/CMFTopic/skins/topic - topic_view.dtml:1.2.14.1

Tres Seaver tseaver@zope.com
Sat, 15 Dec 2001 15:13:46 -0500


Update of /cvs-repository/CMF/CMFTopic/skins/topic
In directory cvs.zope.org:/tmp/cvs-serv2340/CMFTopic/skins/topic

Modified Files:
      Tag: CMF-1_2-branch
	topic_view.dtml 
Log Message:


  - Made links emitted by 'topic_view' play nice with virtual hosting
    (Tracker #433).


=== CMF/CMFTopic/skins/topic/topic_view.dtml 1.2 => 1.2.14.1 ===
 <h4>Topic matches: </h4>
 <dtml-in results size="20" start=qs>
-<dtml-let objURL="portal_catalog.getpath(data_record_id_)">
+<dtml-let objURL="getURL() + '/view'">
 <dtml-if next-sequence>
  <dtml-call "REQUEST.set('next-sequence',
                          _['next-sequence-start-number'])">