Advertisement
Guest User

Кръпка за SfbToFb2Converter.php

a guest
Feb 8th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.77 KB | None | 0 0
  1. 159c159
  2. <               'xmlns:l' => 'http://www.w3.org/1999/xlink',
  3. ---
  4. >               'xmlns:xlink' => 'http://www.w3.org/1999/xlink',
  5. 303c303
  6. <           'image', array('l:href' => '#'.$this->coverpage)
  7. ---
  8. >           'image', array('xlink:href' => '#'.$this->coverpage)
  9. 865a866,868
  10. >       else if ( $this->isInNote() ) {
  11. >           $this->saveStartTag($this->paragraphElement);
  12. >       }
  13. 940c943
  14. <           'l:href' => '#' . self::getNoteId($curReference),
  15. ---
  16. >           'xlink:href' => '#' . self::getNoteId($curReference),
  17. 1005c1008
  18. <       $attrs = array('l:href' => '#' . $this->saveBinaryText($id, $src));
  19. ---
  20. >       $attrs = array('xlink:href' => '#' . $this->saveBinaryText($id, $src));
  21. 1089c1092
  22. <           'l:href'  => $this->internalLinkTarget . "#$target",
  23. ---
  24. >           'xlink:href'  => $this->internalLinkTarget . "#$target",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement