* [pdm-devel] [PATCH proxmox-api-types v2] docs: escape HTML delimiters
@ 2025-02-10 13:59 Maximiliano Sandoval
2025-02-11 14:03 ` [pdm-devel] applied: " Wolfgang Bumiller
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-02-10 13:59 UTC (permalink / raw)
To: pdm-devel
Fixes the unclosed HTML tag lint.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Differences from v1:
- Remove fixes in generated code.
- Write a smaller commit message.
pve-api-types/src/client/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pve-api-types/src/client/mod.rs b/pve-api-types/src/client/mod.rs
index 8832272..0de7cc3 100644
--- a/pve-api-types/src/client/mod.rs
+++ b/pve-api-types/src/client/mod.rs
@@ -32,7 +32,7 @@ pub fn add_query_bool(query: &mut String, separator: &mut char, name: &str, valu
}
}
-/// For "<type>-list" entries we turn an array into a string ready for perl's `split_list()` call.
+/// For `<type>-list` entries we turn an array into a string ready for perl's `split_list()` call.
pub fn add_query_arg_string_list<T>(
query: &mut String,
separator: &mut char,
--
2.39.5
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pdm-devel] applied: [PATCH proxmox-api-types v2] docs: escape HTML delimiters
2025-02-10 13:59 [pdm-devel] [PATCH proxmox-api-types v2] docs: escape HTML delimiters Maximiliano Sandoval
@ 2025-02-11 14:03 ` Wolfgang Bumiller
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Bumiller @ 2025-02-11 14:03 UTC (permalink / raw)
To: Maximiliano Sandoval; +Cc: pdm-devel
applied, thanks
On Mon, Feb 10, 2025 at 02:59:02PM +0100, Maximiliano Sandoval wrote:
> Fixes the unclosed HTML tag lint.
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> Differences from v1:
> - Remove fixes in generated code.
> - Write a smaller commit message.
>
> pve-api-types/src/client/mod.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pve-api-types/src/client/mod.rs b/pve-api-types/src/client/mod.rs
> index 8832272..0de7cc3 100644
> --- a/pve-api-types/src/client/mod.rs
> +++ b/pve-api-types/src/client/mod.rs
> @@ -32,7 +32,7 @@ pub fn add_query_bool(query: &mut String, separator: &mut char, name: &str, valu
> }
> }
>
> -/// For "<type>-list" entries we turn an array into a string ready for perl's `split_list()` call.
> +/// For `<type>-list` entries we turn an array into a string ready for perl's `split_list()` call.
> pub fn add_query_arg_string_list<T>(
> query: &mut String,
> separator: &mut char,
> --
> 2.39.5
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-11 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10 13:59 [pdm-devel] [PATCH proxmox-api-types v2] docs: escape HTML delimiters Maximiliano Sandoval
2025-02-11 14:03 ` [pdm-devel] applied: " Wolfgang Bumiller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox