RE: [Doxygen-users] html generation error
Brought to you by:
dimitri
From: Stephen G. <ste...@el...> - 2001-11-16 07:42:45
|
Could it just be that you aren't supposed to spaces into URL's in general (whether it be a mailto:, http: or whatever)? Try replacing the space with the normal URL encoding for a space, %20, as: <a href = "mailto:na...@do...?subject=text1%20text2">Mon Nom</a> As you're setting the subject, which could be any old text, you should also be wary of the other characters that need to be URL encoded; I'm afraid I've not got a table of them on hand to cut'n'paste, but they should be listed in any HTML book or reference. Stephen Goudge > -----Original Message----- > From: dox...@li... > [mailto:dox...@li...] On Behalf > Of Stephane Routelous > Sent: 15 November 2001 18:42 > To: dox...@li... > Subject: [Doxygen-users] html generation error > > > Hello, > Im using Doxyfile 1.2.11.1 > I've found a problem : > I'm using the author tag with : > * \author <a href = "mailto:na...@do...?subject=text1 > text2">Mon Nom</a> > > But it doesn't work because of the space in the > subject.(text1<space>text2) If I write : > * \author <a href = > "mailto:na...@do...?subject=text1-text2">> Mon Nom</a> It > works. > > Did you also notice the problem ? > > > Thanks, > > Stephane > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |