Mercurial > dillo_port1.3
view src/table.hh @ 1958:7860a3051241
Fix for endless loop with META refresh and same URL or no URL at all
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Fri, 15 Apr 2011 14:08:53 -0300 |
parents | b277eed3119c |
children |
line wrap: on
line source
#ifndef __TABLE_HH__ #define __TABLE_HH__ /* * Classes */ class DilloHtml; /* * Table parsing functions */ void Html_tag_open_table(DilloHtml *html, const char *tag, int tagsize); void Html_tag_open_tr(DilloHtml *html, const char *tag, int tagsize); void Html_tag_open_td(DilloHtml *html, const char *tag, int tagsize); void Html_tag_open_th(DilloHtml *html, const char *tag, int tagsize); #endif /* __TABLE_HH__ */