Revision 9c768524

b/javascriptzip/style2css.js
1 1
function style2css(stylesheet, stylestyles, styleautostyles, contentautostyles) {
2 2

  
3 3
  // helper constants
4
  var xlinkns = 'http://www.w3.org/1999/xlink';
4 5

  
5 6
  var stylens = "urn:oasis:names:tc:opendocument:xmlns:style:1.0";
6 7
  var officens = "urn:oasis:names:tc:opendocument:xmlns:office:1.0";
......
62 63
  ];
63 64

  
64 65
  var bgImageSimpleMapping = [
65
    [ xlinkns, 'repeat', 'background-repeat' ]
66
    [ stylens, 'repeat', 'background-repeat' ]
66 67
  ];
67 68

  
68 69
  var paragraphPropertySimpleMapping = [

Also available in: Unified diff