crobi 10 years ago
parent
commit
57dfccac33
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      generator/js/card.ts

+ 1
- 1
generator/js/card.ts View File

@@ -282,7 +282,7 @@ module RpgCards {
282 282
 
283 283
         private _icon(src: string, ind: string, ind0: string): string {
284 284
             if (src.length > 0) {
285
-                return ind + '<card-icon src="/icons/' + src + '.svg"></card-icon>\n';
285
+                return ind + '<card-icon src="./icons/' + src + '.svg"></card-icon>\n';
286 286
             } else {
287 287
                 return "";
288 288
             }

Loading…
Cancel
Save