[prev in list] [next in list] [prev in thread] [next in thread] 

List:       graphicsmagick-commit
Subject:    [GM-commit] GraphicsMagick: Fix dangling <span> caused by error
From:       GraphicsMagick Commits <graphicsmagick-commit () lists ! sourceforge ! net>
Date:       2011-06-10 3:31:31
Message-ID: hg.3afa08f54f96.1307676691.-1602079902 () blade ! simplesystems ! org
[Download RAW message or body]

changeset 3afa08f54f96 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=3afa08f54f96
summary: Fix dangling <span> caused by error when manually applying patch.

diffstat:

 scripts/html_fragments.py       |  1 -
 www/ChangeLog-2001.html         |  1 -
 www/ChangeLog-2002.html         |  1 -
 www/ChangeLog-2003.html         |  1 -
 www/ChangeLog-2004.html         |  1 -
 www/ChangeLog-2005.html         |  1 -
 www/ChangeLog-2006.html         |  1 -
 www/ChangeLog-2007.html         |  1 -
 www/ChangeLog-2008.html         |  1 -
 www/ChangeLog-2009.html         |  1 -
 www/ChangeLog-2010.html         |  1 -
 www/Changelog.html              |  1 -
 www/Changes.html                |  1 -
 www/Copyright.html              |  1 -
 www/FAQ.html                    |  1 -
 www/Hg.html                     |  1 -
 www/INSTALL-unix.html           |  1 -
 www/INSTALL-windows.html        |  1 -
 www/ImageMagickObject.html      |  1 -
 www/Magick++/Documentation.html |  1 -
 www/Magick++/Image.html         |  1 -
 www/Magick++/index.html         |  1 -
 www/NEWS.html                   |  1 -
 www/OpenMP.html                 |  1 -
 www/README.html                 |  1 -
 www/api/animate.html            |  1 -
 www/api/annotate.html           |  1 -
 www/api/api.html                |  1 -
 www/api/attribute.html          |  1 -
 www/api/average.html            |  1 -
 www/api/blob.html               |  1 -
 www/api/cdl.html                |  1 -
 www/api/channel.html            |  1 -
 www/api/color.html              |  1 -
 www/api/colormap.html           |  1 -
 www/api/compare.html            |  1 -
 www/api/composite.html          |  1 -
 www/api/confirm_access.html     |  1 -
 www/api/constitute.html         |  1 -
 www/api/decorate.html           |  1 -
 www/api/deprecate.html          |  1 -
 www/api/describe.html           |  1 -
 www/api/display.html            |  1 -
 www/api/draw.html               |  1 -
 www/api/effect.html             |  1 -
 www/api/enhance.html            |  1 -
 www/api/error.html              |  1 -
 www/api/fx.html                 |  1 -
 www/api/hclut.html              |  1 -
 www/api/image.html              |  1 -
 www/api/list.html               |  1 -
 www/api/magick.html             |  1 -
 www/api/memory.html             |  1 -
 www/api/monitor.html            |  1 -
 www/api/montage.html            |  1 -
 www/api/operator.html           |  1 -
 www/api/paint.html              |  1 -
 www/api/pixel_cache.html        |  1 -
 www/api/pixel_iterator.html     |  1 -
 www/api/plasma.html             |  1 -
 www/api/profile.html            |  1 -
 www/api/quantize.html           |  1 -
 www/api/registry.html           |  1 -
 www/api/render.html             |  1 -
 www/api/resize.html             |  1 -
 www/api/resource.html           |  1 -
 www/api/segment.html            |  1 -
 www/api/shear.html              |  1 -
 www/api/signature.html          |  1 -
 www/api/statistics.html         |  1 -
 www/api/texture.html            |  1 -
 www/api/transform.html          |  1 -
 www/api/types.html              |  1 -
 www/api/widget.html             |  1 -
 www/authors.html                |  1 -
 www/benchmarks.html             |  1 -
 www/bugs.html                   |  1 -
 www/contribute.html             |  1 -
 www/download.html               |  1 -
 www/formats.html                |  1 -
 www/index.html                  |  1 -
 www/links.html                  |  1 -
 www/miff.html                   |  1 -
 www/mission.html                |  1 -
 www/motion-picture.html         |  1 -
 www/perl.html                   |  1 -
 www/platforms.html              |  1 -
 www/process.html                |  1 -
 www/programming.html            |  1 -
 www/project.html                |  1 -
 www/quantize.html               |  1 -
 www/reference.html              |  1 -
 www/tools.html                  |  1 -
 www/utilities.html              |  1 -
 www/wand/drawing_wand.html      |  1 -
 www/wand/magick_wand.html       |  1 -
 www/wand/pixel_wand.html        |  1 -
 97 files changed, 0 insertions(+), 97 deletions(-)

diffs (truncated from 1067 to 300 lines):

diff -r 54a454e7626a -r 3afa08f54f96 scripts/html_fragments.py
--- a/scripts/html_fragments.py	Thu Jun 09 21:26:45 2011 -0500
+++ b/scripts/html_fragments.py	Thu Jun 09 22:31:17 2011 -0500
@@ -25,7 +25,6 @@
 
 banner_template = """
 <div class="banner">
-<span>
 <img src="%(url_prefix)s%(banner_logo)s" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2001.html
--- a/www/ChangeLog-2001.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2001.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2002.html
--- a/www/ChangeLog-2002.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2002.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2003.html
--- a/www/ChangeLog-2003.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2003.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2004.html
--- a/www/ChangeLog-2004.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2004.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2005.html
--- a/www/ChangeLog-2005.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2005.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2006.html
--- a/www/ChangeLog-2006.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2006.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2007.html
--- a/www/ChangeLog-2007.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2007.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2008.html
--- a/www/ChangeLog-2008.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2008.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2009.html
--- a/www/ChangeLog-2009.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2009.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ChangeLog-2010.html
--- a/www/ChangeLog-2010.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ChangeLog-2010.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Changelog.html
--- a/www/Changelog.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Changelog.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Changes.html
--- a/www/Changes.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Changes.html	Thu Jun 09 22:31:17 2011 -0500
@@ -12,7 +12,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Copyright.html
--- a/www/Copyright.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Copyright.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/FAQ.html
--- a/www/FAQ.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/FAQ.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Hg.html
--- a/www/Hg.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Hg.html	Thu Jun 09 22:31:17 2011 -0500
@@ -12,7 +12,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/INSTALL-unix.html
--- a/www/INSTALL-unix.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/INSTALL-unix.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/INSTALL-windows.html
--- a/www/INSTALL-windows.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/INSTALL-windows.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/ImageMagickObject.html
--- a/www/ImageMagickObject.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/ImageMagickObject.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Magick++/Documentation.html
--- a/www/Magick++/Documentation.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Magick++/Documentation.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="../images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Magick++/Image.html
--- a/www/Magick++/Image.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Magick++/Image.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="../images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/Magick++/index.html
--- a/www/Magick++/index.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/Magick++/index.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="../images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/NEWS.html
--- a/www/NEWS.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/NEWS.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/OpenMP.html
--- a/www/OpenMP.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/OpenMP.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/README.html
--- a/www/README.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/README.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/api/animate.html
--- a/www/api/animate.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/api/animate.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="../images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/api/annotate.html
--- a/www/api/annotate.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/api/annotate.html	Thu Jun 09 22:31:17 2011 -0500
@@ -10,7 +10,6 @@
 <body>
 
 <div class="banner">
-<span>
 <img src="../images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
 <span class="title">GraphicsMagick</span>
 <form action="http://www.google.com/search">
diff -r 54a454e7626a -r 3afa08f54f96 www/api/api.html
--- a/www/api/api.html	Thu Jun 09 21:26:45 2011 -0500
+++ b/www/api/api.html	Thu Jun 09 22:31:17 2011 -0500

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Graphicsmagick-commit mailing list
Graphicsmagick-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic