Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivkosh committed Feb 22, 2011
1 parent 805387e commit aec6ec6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rdbl.erl
Expand Up @@ -131,9 +131,7 @@ simplify_page(Body0, Ctx, DefaultContentType) ->
)
),
OptimumRef = get_max_score_ref(ScoredTree),
%% ContentBody = clean_scores(find_node(OptimumRef, ScoredTree)),
%ContentBody=clean_scores(score_tree(init_scores(TreeBody))),
ContentBody=TreeBody,
ContentBody = clean_scores(find_node(OptimumRef, ScoredTree)),
% do something if Content body is started with <td> or <tr>
case ContentBody of
{<<"td">>, _, CellContent} -> Out = CellContent;
Expand Down

0 comments on commit aec6ec6

Please sign in to comment.