diff options
| author | Randy Morgan <[email protected]> | 2012-04-09 03:08:13 -0700 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-09 03:08:13 -0700 |
| commit | 8c14a6846d53a23e442275346bca85f714a1df48 (patch) | |
| tree | a218a30a58fbf058bf2440ae497193dc8786e39c /lib/axlsx/stylesheet | |
| parent | 9b48a368014be3ba94d69d6db505569c89ec8e9f (diff) | |
| parent | 289f6718b466cd37bba1afbbb8269ec57b1f8b2f (diff) | |
| download | caxlsx-8c14a6846d53a23e442275346bca85f714a1df48.tar.gz caxlsx-8c14a6846d53a23e442275346bca85f714a1df48.zip | |
Merge pull request #76 from ochko/master
Shared string table works!
Diffstat (limited to 'lib/axlsx/stylesheet')
| -rw-r--r-- | lib/axlsx/stylesheet/color.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/color.rb b/lib/axlsx/stylesheet/color.rb index 78171607..065eeb46 100644 --- a/lib/axlsx/stylesheet/color.rb +++ b/lib/axlsx/stylesheet/color.rb @@ -71,6 +71,5 @@ module Axlsx end str << "/>" end - end end |
