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

Tres Seaver tseaver@zope.com
Sat, 15 Dec 2001 15:03:09 -0500


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

Modified Files:
      Tag: tseaver-tracker_433-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.18.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'])">