From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1681566039; bh=347YuRyI/HUFp7jzWl6JxaF0YdmT/SHQ8Y2RUZdRTZc=; h=Date:Subject:To:References:From:In-Reply-To; b=hnVq0ohs/88FH/k1V/s0i3ZNC/mUcWIyzrBQHj/1wXF6E2P5E68oh0rL/kpJ//ROp VUYbFTvk7TfJefINUYNOqGa1i9lNNvBk+kQBKnH0H6nNMc0bryj7NcOeCflrDsDR7W dcmncFSUuktjygRFGiuqmb2cxnRy1HudGZaT7m9pFSVthZThoTsSw9VSSWWx3Xqblq Gz23jwQmGM9RZK7ajVQ2i7GHwY7ErvfUpNppj8QZFgoJVaWv5FHwR/cgXpmfqB8NsO i8pbC4yiellgEfVab2241KpTs8j/79DNaNELp1WExp44HBzEpvJweq9Frml6QiUX+a 2hJXd6vry4Ieg== Received: from [10.124.0.2] (unknown [182.253.88.211]) by gnuweeb.org (Postfix) with ESMTPSA id 4B600245509; Sat, 15 Apr 2023 20:40:37 +0700 (WIB) Message-ID: <0bf1b8a3-7cd7-6500-bd63-5dbef515450f@gnuweeb.org> Date: Sat, 15 Apr 2023 20:40:34 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH: Website v1 1/2] head.php: Fix issue with css/js head section Content-Language: en-US To: Memet Zx , GNU/Weeb Mailing List References: <20230415075904.237392-1-zxce3@gnuweeb.org> <20230415075904.237392-2-zxce3@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20230415075904.237392-2-zxce3@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 4/15/23 2:59 PM, Memet Zx wrote: > When visiting a web page that ends with a forward slash `/`, > the associated CSS and JS files may fail to load properly. > This issue can be resolved by adding the `BASE_URL` to the links used to call the CSS and JS files. > By doing so, the browser will be able to locate and load the required resources, > ensuring that the web page displays correctly. Please fix the formatting (word-wrap issue). -- Ammar Faizi