changeset 12333:0700072898df octave-forge

Pretty formula output
author prnienhuis
date Thu, 23 Jan 2014 16:54:13 +0000
parents b79c0d322a5b
children 695edbc8f785
files main/io/inst/private/__OCT_ods2oct__.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__OCT_ods2oct__.m	Thu Jan 23 16:53:10 2014 +0000
+++ b/main/io/inst/private/__OCT_ods2oct__.m	Thu Jan 23 16:54:13 2014 +0000
@@ -196,6 +196,7 @@
               ## Put proper translation into rawarr
               switch ctype
                 case "cformula"
+                  form = strrep (form, "of:", "");
                   form = strrep (form, """, '"');
                   form = strrep (form, "&lt;", "<");
                   form = strrep (form, "&gt;", ">");