current GNUmakefile.in,1.240,1.241
Fabian Keil <[email protected]>
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10991
Modified Files:
GNUmakefile.in
Log Message:
Inject valid HTML into the homepage footer
.. as it turns out images a centered by aligning them to the middle.
Index: GNUmakefile.in
===================================================================
RCS file: /cvsroot/ijbswa/current/GNUmakefile.in,v
retrieving revision 1.240
retrieving revision 1.241
diff -C2 -d -r1.240 -r1.241
*** GNUmakefile.in 8 Apr 2016 08:31:04 -0000 1.240
--- GNUmakefile.in 8 Apr 2016 08:42:00 -0000 1.241
***************
*** 521,525 ****
s/__copy/©/;\
s@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@;\
! s@ChameleonJohn@<br><a href="http://www.chameleonjohn.com/"><img align="center"\
src="images/sponsors/chameleonjohn.png" alt="ChameleonJohn Coupons"></a>@' \
doc/webserver/index.html && $(RM) doc/webserver/*.bak
--- 521,525 ----
s/__copy/©/;\
s@(<SUB)@<p style="text-align: center">\1@; s@(</SUB)@\1></p@;\
! s@ChameleonJohn@<br><a href="http://www.chameleonjohn.com/"><img align="middle"\
src="images/sponsors/chameleonjohn.png" alt="ChameleonJohn Coupons"></a>@' \
doc/webserver/index.html && $(RM) doc/webserver/*.bak
------------------------------------------------------------------------------