Browse Source

[Minor] Document `image` flag in url:get_flags()

tags/2.1
Anton Yuzhaninov 4 years ago
parent
commit
9ea2c51f45
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/lua/lua_url.c

+ 1
- 0
src/lua/lua_url.c View File

@@ -849,6 +849,7 @@ lua_url_all (lua_State *L)
* - `unnormalised`: URL has some unicode unnormalities
* - `zw_spaces`: URL has some zero width spaces
* - `url_displayed`: URL has some other url-like string in visible part
* - `image`: URL is from src attribute of img HTML tag
* @return {table} URL flags
*/
#define PUSH_FLAG(fl, name) do { \

Loading…
Cancel
Save