From: Frank Lichtenheld Date: Wed, 23 Apr 2008 02:45:49 +0000 (+0200) Subject: Make language override URLs more robust X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=1c880dbbb5b885dd620120354e735c06280030df;hp=1c880dbbb5b885dd620120354e735c06280030df;p=deb%2Fpackages.git Make language override URLs more robust Previously they were just specified as "?lang=foo" which broke horribly when the language was already specified in the path_info. Use make(_search)_url and fix all templates to provide the necessary information. ---