SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Steve W. <wai...@us...> - 2001年08月12日 23:57:40
Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv6266
Modified Files:
	stdlib.php 
Log Message:
Undefined links will now have a question mark at the start instead of
at the end of the link; this idea comes from the book The Wiki Way and
it's supposed to be a bit clearer to the user.
Index: stdlib.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/stdlib.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** stdlib.php	2001年06月26日 18:08:32	1.40
--- stdlib.php	2001年08月12日 23:57:37	1.41
***************
*** 158,166 ****
 
 return Element('span', array('class' => 'wikiunknown'),
! 		 Element('u', $linktext) .
! 		 QElement('a',
! 			 array('href' => WikiURL($wikiword, array('action' => 'edit')),
! 				 'class' => 'wikiunknown'),
! 			 '?'));
 }
 
--- 158,164 ----
 
 return Element('span', array('class' => 'wikiunknown'),
! 		 QElement('a', array('href' => WikiURL($wikiword, array('action' => 'edit')),'class' => 'wikiunknown'),'?')
! . 		 Element('u', $linktext)
! );
 }
 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /