Browse Source

cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css.

master
kevin 7 years ago
parent
commit
1b2054bf10
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/cmScoreMatchGraphic.c

+ 1
- 1
app/cmScoreMatchGraphic.c View File

@@ -538,7 +538,7 @@ cmSmgRC_t cmScoreMatchGraphicWrite( cmSmgH_t h, const cmChar_t* fn )
538 538
   svgHeight += 10; // add a right and lower border
539 539
   svgWidth  += 10;
540 540
 
541
-  cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"score0.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
541
+  cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"cmScoreMatchGraphic.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
542 542
 
543 543
   for(i=0; i<p->locN; ++i)
544 544
   {

Loading…
Cancel
Save