<?php/*** * This class renders an anchor target name in XHTML.** @author Manuel Holtgrewe <purestorm at ggnore dot net>** @author Paul M. Jones <pmjones at ciaweb dot net>** @package Text_Wiki**/classText_Wiki_Render_Plain_AnchorextendsText_Wiki_Render{functiontoken($options){return$options['name'];}}?>