=== modified file 'resources/util/clean_cde.sh' --- resources/util/clean_cde.sh 2012-02-17 15:59:00 +0000 +++ resources/util/clean_cde.sh 2012-08-20 12:02:38 +0000 @@ -28,6 +28,11 @@ sed -i 's/]*>//g' $1 sed -i 's/<\/strong>//g' $1 +# Remove small open/end tags + +sed -i 's/]*>//g' $1 +sed -i 's/<\/small>//g' $1 + # Remove all style, width, nowrap, valign, view attributes sed -i 's/style="[^"]*"//g' $1