From be5873a057b72ce56d14188cf2a47797a7bf2c7d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 28 Jan 2022 05:32:16 -0500 Subject: [PATCH] Escape Builder XML in GtkInfoBar docs --- gtk/gtkinfobar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 452c64fbc4..7eeaf88b7b 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -106,8 +106,8 @@ * * # GtkInfoBar as GtkBuildable * - * `GtkInfoBar` supports a custom element, which can contain - * multiple elements. The “response” attribute specifies a + * `GtkInfoBar` supports a custom `` element, which can contain + * multiple `` elements. The “response” attribute specifies a * numeric response, and the content of the element is the id of widget * (which should be a child of the dialogs @action_area). *