2016-04-06 0:00 GMT+02:00 Rich Bowen :
> I haven't gotten around to fixing yet, but I (or someone) will annotate
> accordingly.
>
I created a patch for the "upgrading" section containing examples and
suggestions, let me know your thoughts (also from Hildegard Meier would be
great). I haven't just
So here is attached a change suggestion for your file.
I only looked at the translation part.
Lucien
Le 04/04/2016 11:44, Lucien Gentis a écrit :
Anyway, I'll take a look at your page, . . . , as well
Cheers
Lucien
Le 04/04/2016 11:38, Luis Gil a écrit :
On Mon, 4 Apr 2016 at 11:33 Luis
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change
notification.
The "Face2Face" page has been changed by 24.163.50.115:
https://wiki.apache.org/httpd/Face2Face?action=diff&rev1=31&rev2=32
== Developers / Users ==
[[http://www.apachecon.com/|Apach
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change
notification.
The "Face2Face" page has been changed by 24.163.50.115:
https://wiki.apache.org/httpd/Face2Face?action=diff&rev1=32&rev2=33
Expected Conference / Meetup attendees interested in HTTP
The issue is related to :
text = text.replace(/^(\r?\n\s*)+/g, ''); // Remove
leading newlines
text = text.replace(/^\s*/g, ''); // Remove leading
spaces due to indented formatting
text = text.replace(/(\r?\n\s*)+$/g, ''); // Remove
ending newlines