]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] docs: rspamd_html: fix some copypasta 4750/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 18 Dec 2023 15:19:26 +0000 (17:19 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 18 Dec 2023 15:19:26 +0000 (17:19 +0200)
src/lua/lua_html.cxx

index 0687d9f95d7dd4d7952a8e84b5b089a49f9ec8ef..661333700d813adb39a1863a4fa44ef368b70f58 100644 (file)
@@ -172,9 +172,10 @@ LUA_FUNCTION_DEF(html_tag, get_content_length);
 LUA_FUNCTION_DEF(html_tag, get_style);
 
 /***
- * @method html_tag:get_style()
- * Returns style calculated for the element
- * @return {table} table associated with the style
+ * @method html_tag:get_attribute(name)
+ * Returns value of attribute for the element
+ * Refer to `html_components_map` in `src/libserver/html/html.cxx` for recognised names
+ * @return {string|nil} value of the attribute
  */
 LUA_FUNCTION_DEF(html_tag, get_attribute);