Commit: 16e32ceab0954f074b9ae686b2a14ca168d18765 Author: Hannes Magnusson <[email protected]> Mon, 27 Dec 2010 14:12:42 +0000 Parents: d199d02fda95df406f8e96906aa5b495ba7d68a7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=16e32ceab0954f074b9ae686b2a14ca168d18765 Log: What is swidth? Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index f620091..7923e67 100644 --- a/include/header.inc +++ b/include/header.inc @@ -98,7 +98,7 @@ <dd><a href="/mailing-lists.php">Mailing lists</a></dd> <dd><a href="/support.php">General resources</a></dd> </dl> - <dl style="swidth: 250px";> + <dl style="width: 250px;"> <dt><a href="http://bugs.php.net/">Bugs</a></dt> <dd><a href="http://bugs.php.net/report.php">Report a bug</a></dd> <dd><a href="http://bugs.php.net/how-to-report.php">How to file a bug report</a></dd> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
