summaryrefslogtreecommitdiff
path: root/content/handlers/html/imagemap.c
Commit message (Collapse)AuthorAgeFilesLines
* improve html content handler private headersVincent Sanders2020-05-021-1/+1
|
* clean up html box, no functionality change just cosmeticVincent Sanders2020-04-281-0/+1
| | | | | | split up the html box headers tidy up the documentation comments avoid forward declarations in normalisation implementation
* use memcpy instead of strcpy to make the dom string copy intention explicitVincent Sanders2019-03-041-4/+4
|
* remove warning by replacing strcpy with safer strncpyVincent Sanders2018-08-241-5/+11
|
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+804