From ce8d2bf51f01f4ca8eb4f5eb00efa09e6abfb9ef Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 17 Oct 2013 20:01:04 +0800 Subject: [PATCH] .. --- TODO | 2 +- src/HTMLRenderer/link.cc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index de8aeab..4fa0f30 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -outputUnicodes -> outputHTML +link.cc: outputURL -> outputUnicodes remove page from dom -- UI option view hash update jquery diff --git a/src/HTMLRenderer/link.cc b/src/HTMLRenderer/link.cc index 76446a4..2607b00 100644 --- a/src/HTMLRenderer/link.cc +++ b/src/HTMLRenderer/link.cc @@ -185,7 +185,6 @@ string HTMLRenderer::get_linkaction_str(LinkAction * action, string & detail) /* * Based on pdftohtml from poppler - * TODO: CSS for link rectangles * TODO: share rectangle draw with css-draw */ void HTMLRenderer::processLink(AnnotLink * al)