/[drupal]/contributions/modules/export_docbook/export_docbook.module
ViewVC logotype

Diff of /contributions/modules/export_docbook/export_docbook.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.2.24, Fri Sep 26 12:22:04 2008 UTC revision 1.5.2.25, Tue Feb 10 22:29:53 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: export_docbook.module,v 1.5.2.23 2008/09/15 18:29:34 robertDouglass Exp $  // $Id: export_docbook.module,v 1.5.2.24 2008/09/26 12:22:04 robertDouglass Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 254  function export_docbook_node_visitor_pre Line 254  function export_docbook_node_visitor_pre
254    $xhtml = export_docbook_tidy($html);    $xhtml = export_docbook_tidy($html);
255    $docbook = export_docbook_convert($xhtml);    $docbook = export_docbook_convert($xhtml);
256    
257    $title = "<title>" . $node->title . "</title>\n";    $title = "<title>" . check_plain($node->title) . "</title>\n";
258    if ($depth == 1) {    if ($depth == 1) {
259      $root_element = 'book';      $root_element = 'book';
260      $output .= "<book id=\"node-" . $node->nid . "\" lang=\"$locale\">\n";      $output .= "<book id=\"node-" . $node->nid . "\" lang=\"$locale\">\n";

Legend:
Removed from v.1.5.2.24  
changed lines
  Added in v.1.5.2.25

  ViewVC Help
Powered by ViewVC 1.1.2