[geeklog-cvs] Geeklog-1.x/system/classes/openid oid_parse.php, 1.1, 1.2 trustroot.php, 1.1, 1.2

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:58 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/classes/openid
In directory qs1489.pair.com:/tmp/cvs-serv10419/classes/openid

Modified Files:
	oid_parse.php trustroot.php 
Log Message:
XHTML optional updates

Index: oid_parse.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/classes/openid/oid_parse.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** oid_parse.php	26 May 2007 19:31:59 -0000	1.1
--- oid_parse.php	25 Nov 2007 06:59:56 -0000	1.2
***************
*** 69,73 ****
                 $gotten = preg_match('/^<\s*link\s*(.*)>/i',$tag,$alist);
                 if ($gotten) {
!                     // print "<b>$alist[1]</b><br>";
                      $cleaned = preg_replace('/\s+=\s+/','=',$alist[1]);
                      preg_match_all('/(?:^|\s)(\w+)="([^">]+)"/',$cleaned,$qatts);
--- 69,73 ----
                 $gotten = preg_match('/^<\s*link\s*(.*)>/i',$tag,$alist);
                 if ($gotten) {
!                     // print "<b>$alist[1]</b><br" . XHTML . ">";
                      $cleaned = preg_replace('/\s+=\s+/','=',$alist[1]);
                      preg_match_all('/(?:^|\s)(\w+)="([^">]+)"/',$cleaned,$qatts);

Index: trustroot.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/classes/openid/trustroot.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** trustroot.php	26 May 2007 19:31:59 -0000	1.1
--- trustroot.php	25 Nov 2007 06:59:56 -0000	1.2
***************
*** 261,265 ****
          assert( '$tr == null' );
          if( $tr != null ) {
!             echo $tr->toString() . '<br/>';
              exit;
          }
--- 261,265 ----
          assert( '$tr == null' );
          if( $tr != null ) {
!             echo $tr->toString() . '<br' . XHTML . '>';
              exit;
          }
***************
*** 283,287 ****
          assert( '$tr != null' );
          if( $tr == null ) {
!             echo $tr->toString() . '<br/>';
              exit;
          }
--- 283,287 ----
          assert( '$tr != null' );
          if( $tr == null ) {
!             echo $tr->toString() . '<br' . XHTML . '>';
              exit;
          }
***************
*** 306,310 ****
          
          if( $isSane != $truth ) {
!             echo "$isSane, $truth<br/>";
              exit;
          }
--- 306,310 ----
          
          if( $isSane != $truth ) {
!             echo "$isSane, $truth<br" . XHTML . ">";
              exit;
          }




More information about the geeklog-cvs mailing list