@@ -196,7 +196,7 @@ class LocalPage extends Page
196196 function LocalPage ($ title = '' , $ section = '' , $ bodyid = '' , $ rel_path = '' )
197197 {
198198 $ this ->xhtml = new xhtml_page (TEMPLATEDIR .'template.local.html ' );
199- $ this ->xhtml ->set ('header ' , '<a href="http://processing.org/"><img src=" ' .$ rel_path .'img/processing.gif" alt="Processing" title="Go to Processing.org" /></a> ' );
199+ $ this ->xhtml ->set ('header ' , '<a href="http://processing.org/"><img src=" ' .$ rel_path .'img/processing.gif" alt="Processing" title="Processing.org" /></a> ' );
200200 $ title = ($ title == '' ) ? 'Processing 2+ ' : $ title . ' \ Processing 2+ ' ;
201201 $ this ->xhtml ->set ('title ' , $ title );
202202 $ this ->xhtml ->set ('navigation ' , local_nav ($ section , $ rel_path ));
@@ -218,7 +218,7 @@ function LocalReferencePage(&$ref, $translation, $lang = 'en', $rel_path = '')
218218 $ title = $ ref ->title () .' \ Language (API) \ Processing 2+ ' ;
219219
220220 $ xhtml = new xhtml_page (TEMPLATEDIR .'template.local.html ' );
221- $ xhtml ->set ('header ' , '<a href="http://processing.org/"><img src="img/processing.gif" alt="Processing" title="Go to Processing.org" /></a> ' );
221+ $ xhtml ->set ('header ' , '<a href="http://processing.org/"><img src="img/processing.gif" alt="Processing" title="Processing.org" /></a> ' );
222222 $ xhtml ->set ('title ' , $ title );
223223 $ xhtml ->set ('bodyid ' , 'Langauge ' );
224224 $ xhtml ->set ('navigation ' , local_nav ('Language ' ));
@@ -258,7 +258,7 @@ function LocalLibReferencePage(&$ref, $lib, $translation, $rel_path = '../../')
258258 $ title = $ ref ->title () . "\\ $ lib \\ Language (API) \\ Processing 2+ " ;
259259
260260 $ xhtml = new xhtml_page (TEMPLATEDIR .'template.local.html ' );
261- $ xhtml ->set ('header ' , '<a href="http://processing.org/"><img src=" ' .$ rel_path .'img/processing.gif" alt="Processing.org" title="Go to Processing.org" /></a> ' );
261+ $ xhtml ->set ('header ' , '<a href="http://processing.org/"><img src=" ' .$ rel_path .'img/processing.gif" alt="Processing.org" title="Processing.org" /></a> ' );
262262 $ xhtml ->set ('title ' , $ title );
263263 $ xhtml ->set ('bodyid ' , 'Library-ref ' );
264264
0 commit comments