Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166]) by code.netlandish.com (Postfix) with ESMTP id AAC725613 for <~netlandish/links-dev@lists.code.netlandish.com>; Fri, 31 May 2024 21:09:46 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=209.85.222.46; helo=mail-ua1-f46.google.com; envelope-from=peter@netlandish.com; receiver=lists.code.netlandish.com Authentication-Results: mail.netlandish.com; dkim=pass (1024-bit key; unprotected) header.d=netlandish.com header.i=@netlandish.com header.b=hqwvYdb7 Received: from mail-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) by mail.netlandish.com (Postfix) with ESMTP id E644E17A3C7 for <~netlandish/links-dev@lists.code.netlandish.com>; Fri, 31 May 2024 21:09:54 +0000 (UTC) Received: by mail-ua1-f46.google.com with SMTP id a1e0cc1a2514c-80acd145929so672152241.3 for <~netlandish/links-dev@lists.code.netlandish.com>; Fri, 31 May 2024 14:09:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netlandish.com; s=google; t=1717189794; x=1717794594; darn=lists.code.netlandish.com; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=mLTciii+x0QRvJVFXe9O+s2+HbvJtfvS2P/WxiWHKnI=; b=hqwvYdb710hlV3f73kcUmKAb2SKxJClrW+aWdLSd/PwwGE5ZUmKlY5yVgptTL2J6KU jYQaTm3L1JQSkb9PvyIdjc1hL6VlLU5g4Nlbf3XRQY8mloHgyjsnnoCw4Ud7hzrJw/7r DPIDzZQByr2ERYiq5WeIpTqzSTf0UsCcnVlOY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717189794; x=1717794594; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=mLTciii+x0QRvJVFXe9O+s2+HbvJtfvS2P/WxiWHKnI=; b=HyrVOmFKpos85qsIQ9W6/QAbGuDHW8PhluCVR9yjb9IBNAHab/B6AHTHUQ0XQICTEM oqT0z2oXSV1D3bE0y7kxMGkPrDPRK6zE2mXd+UgssV/L8Jdhnk8IK5+vqWd1pkteTowZ Dgi+LhGzAc8TZCT44YAfihsYK1Bf2eBAiV1uIclkgvVTz2dxevoFv0gx9bUG+VbUBXYH SzsY+R66/1gWZ+8fDjiFcah0KZjwrjr8HeLPijHo4S+YaJygzpluIc8WKZMXAhrUz09A EGSFLyQsp4Ejc91Tg85woCBABlGJLcK5bKnnKE5Gfv6Jtev5Flp5hymnibptkdNwPxe2 +Qbg== X-Gm-Message-State: AOJu0YzFL6QRpt9lsU5lYRed0AGbnnNIY/gsMSI78UBocqz0u1gPwydy uw+KirpInr4yLUHxiiIII5j6zJeHJ9oR5Hdx6+FAGoYGfHZIhmrX2Ub+GOZW6W7hkw== X-Google-Smtp-Source: AGHT+IE9mfTUJTwbFyH05+AifnLyagKroF6iHmf7u8ihXH6j3P4uL3LZeAZxAJnFKFVPMVckw+7Hrg== X-Received: by 2002:a05:6102:7ba:b0:48b:c136:67ed with SMTP id ada2fe7eead31-48bc22d33b2mr2765366137.24.1717189794213; Fri, 31 May 2024 14:09:54 -0700 (PDT) Received: from localhost ([2803:2d60:1118:1c0:70e5:58dd:720f:e74e]) by smtp.gmail.com with ESMTPSA id a1e0cc1a2514c-80adf0e7d4bsm252179241.3.2024.05.31.14.09.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 May 2024 14:09:53 -0700 (PDT) Date: Fri, 31 May 2024 15:09:52 -0600 From: Peter Sanchez To: Rael Monge Cc: ~netlandish/links-dev@lists.code.netlandish.com Subject: Re: [PATCH links] Formatting the email_*html.html files to html Message-ID: X-PGP-Key: https://petersanchez.com/publickey.txt X-Sourcehut-Patchset-Update: NEEDS_REVISION References: <20240531202925.33088-1-ra.elemm2009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20240531202925.33088-1-ra.elemm2009@gmail.com> >+

You're closing the p tag here (

)... >+ Please click the link below: >+ {{buildURL .confURL}} >+

And also here. You need to remove the first closing tag and resubmit please.