|
Fix for the formatting issues with bullet points for exported docx plans
when viewed in an old Word editor.
The fix follows the solution suggested in the HtmlToWord bug "List item
bullets corrupted in Microsoft Word"
https://github.com/karnov/htmltoword/issues/73 suggested by David
Verhasselt @dv.
Changes:
- Firstly, removed earlier attempted fix in commit
|
|---|
|
|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/assets/xslt/htmltoword/functions.xslt 0 → 100644 |
|---|
| app/assets/xslt/htmltoword/numbering.xslt 0 → 100644 |
|---|
| app/views/shared/export/_plan.erb |
|---|
| config/initializers/htmlto_word_xslt_helper.rb 0 → 100644 |
|---|